ruroonga_command provides extensible Groonga command query builder and generator. It reduces runtime errors about Groonga queries.
Add following lines to your Cargo.toml:
toml
[dependencies]
ruroonga_command = "*"
and following lines to your crate root:
```rust extern crate ruroonga_command;
use ruroonga_command as command; ```
MIT.