Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 280 Bytes

traildb-rust

Rust bindings for TrailDB

Usage

First, add this to your Cargo.toml:

[dependencies]
traildb = "0.6.1"

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