grnenv-rs 0.2.0

grnenv is a tool to switch using multiple Groonga versions.
Documentation
1
2
3
4
#[cfg(windows)]
pub mod windows;
#[cfg(not(windows))]
pub mod unix;