onig_sys 66.1.1

The Onig Sys crate contains raw rust bindings to the oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers around Oniguruma. You probably don't want to link to this crate directly.
Documentation
1
2
3
4
5
SET ONIG_DIR=%~dp0\oniguruma\src
set THIS_DIR=%~dp0
set BUILD_DIR=%cd%
copy %ONIG_DIR%\config.h.win32 %BUILD_DIR%\config.h
nmake -f %THIS_DIR%\Makefile.windows