tslite

Crates.iotslite
lib.rstslite
version0.1.5
sourcesrc
created_at2020-07-19 08:43:01.13756
updated_at2020-11-02 09:52:45.233314
descriptionTSLite is a small embeddable time-serie database.
homepage
repositoryhttps://github.com/maeln/tslite
max_upload_size
id266780
size52,100
Maël Naccache Tüfekçi (maeln)

documentation

README

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

Look also at the tests to see exemple of how to use it.

Commit count: 29

cargo fmt