Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.93 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.93 KB

IronRure-Batteries

MIT License

Runtimes Nuget package Build
windows NuGet version Build status
linux NuGet version Build status
osx NuGet version Build status

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.

Windows Gotchas

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.