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 69 4/7/2026
2.2.0 95 4/6/2026
2.1.2 86 3/25/2026
2.1.1 1,814 3/19/2025
2.1.0 1,772 3/17/2025
2.0.3 3,035 10/19/2021
2.0.2 2,193 7/11/2021
2.0.2-PullRequest0041.5 395 7/11/2021
2.0.2-beta.1 224 7/11/2021
2.0.1 2,115 6/9/2021
2.0.1-PullRequest0039.12 329 6/9/2021
2.0.1-PullRequest0039.11 328 6/9/2021
2.0.1-beta.1 151 6/9/2021
2.0.0 2,742 2/19/2020
2.0.0-master176 641 11/26/2019
1.1.3 2,815 11/9/2018
1.1.2 6,133 10/3/2018
1.1.1 3,915 7/18/2018
1.1.0 3,254 5/4/2018
1.0.0 6,170 3/13/2018
Loading failed