grnenv-rs 0.2.0

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