traildb 0.4.0

Binding for TrailDB, an efficient tool for storing and querying series of events.
Documentation

traildb-rust

Rust bindings for TrailDB

Usage

First, add this to your Cargo.toml:

[dependencies]
traildb = "0.3.0"

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