Runtimes | Nuget package | Build |
---|---|---|
windows | ||
linux | ||
osx |
Nuget Package of Rust Regex C API.
This repository contains pre-built versions of the rust regex library for Windows, Linux and macOS. You shouldn't need to add a reference to these libraries yourself, they're referenced from IronRure
. It might come in useful if you need to target a new platform though.
The windows build requires the vc140
redistributable to work. This means you need to have Visual Studio 2015 or the Visual Studio 2015 C++ Runtime installed for it to load. If not you'll get an exception which claims that rure.dll
can't be found.