tslite 0.1.0

TSLite is a small embeddable time-serie database.
Documentation

TSLite : A small embeddable time-serie database

Build Status Crates.io

TSLite is a small and embeddable time-serie database that operate directly on a file. It has no concept of type, right now you can store anything that fit into 1 octet.

For more information look at the documentation :

git clone https://github.com/maeln/tslite.git
cd tslite
cargo doc --open