Rust bindings for TrailDB
First, add this to your Cargo.toml:
Cargo.toml
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
examples/simple.rs
src/lib.rs