ruroonga_command 0.1.0

A tiny Groonga query builder and generator.
docs.rs failed to build ruroonga_command-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ruroonga_command-0.3.4

Ruroonga Command

An extensible Groonga Query Builder for Rust.

ruroonga_command provides extensible Groonga command query builder and generator. It reduces runtime errors about Groonga queries.

Usage

Add following lines to your Cargo.toml:

[dependencies]
ruroonga_command = "*"

and following lines to your crate root:

extern crate ruroonga_command;

use ruroonga_command as command;

LICENSE

MIT.