IronRure 2.2.1

dotnet add package IronRure --version 2.2.1
                    
NuGet\Install-Package IronRure -Version 2.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IronRure" Version="2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronRure" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="IronRure" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IronRure --version 2.2.1
                    
#r "nuget: IronRure, 2.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IronRure@2.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IronRure&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=IronRure&version=2.2.1
                    
Install as a Cake Tool

Bindings to the Rust `regex` crate from .NET.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IronRure:

Package Downloads
IronRure.DropIn

Drop-in replacement for System.Text.RegularExpressions backed by the Rust `regex` crate via IronRure.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.1 3,764 4/7/2026
2.2.0 3,803 4/6/2026
2.1.2 4,819 3/25/2026
2.1.1 7,113 3/19/2025
2.1.0 7,069 3/17/2025
2.0.3 8,399 10/19/2021
2.0.2 7,488 7/11/2021
2.0.2-PullRequest0041.5 406 7/11/2021
2.0.2-beta.1 232 7/11/2021
2.0.1 7,410 6/9/2021
2.0.1-PullRequest0039.12 341 6/9/2021
2.0.1-PullRequest0039.11 339 6/9/2021
2.0.1-beta.1 159 6/9/2021
2.0.0 8,037 2/19/2020
2.0.0-master176 654 11/26/2019
1.1.3 8,111 11/9/2018
1.1.2 11,469 10/3/2018
1.1.1 9,224 7/18/2018
1.1.0 8,549 5/4/2018
1.0.0 11,469 3/13/2018
Loading failed