Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 2.09 KB

README.md

File metadata and controls

23 lines (13 loc) · 2.09 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.

Contributing

IronRure is open source. Pull requests are welcome. See the [Contributing Guidelines][contributing] and [Code of Conduct][coc] for more information.

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.