Pertaining to making cargo install easier, syntect 4.0.0 includes a pure rust fancy-regex impl,
and 4.2.0 should make compilation easier on some platforms/faster by not requiring bindgen as a dependency...
There is probably some general goal here in reducing c/pkg-config/system dependencies, but this is an easy win.
Pertaining to making
cargo installeasier, syntect 4.0.0 includes a pure rust fancy-regex impl,and 4.2.0 should make compilation easier on some platforms/faster by not requiring bindgen as a dependency...
There is probably some general goal here in reducing c/pkg-config/system dependencies, but this is an easy win.