vmap-rs
vmap-rs copied to clipboard
Add a `posix` feature.
Some functions have pure POSIX fallback and it would be nice to be able to test them on Linux or macOS. A cargo feature could disable extensions and use those implementations.
Ah yes, this would be good to add. I had done this manually early on by just commenting out the module, but it would nice to formally support it.