traildb 0.6.0

Binding for TrailDB, an efficient tool for storing and querying series of events.
docs.rs failed to build traildb-0.6.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: traildb-0.4.0

traildb-rust

Rust bindings for TrailDB

Usage

First, add this to your Cargo.toml:

[dependencies]
traildb = "0.5.0"

At the moment there's no documentation, but a good starting point is examples/simple.rs and the tests in src/lib.rs