Crates.io | tslite |
lib.rs | tslite |
version | 0.1.5 |
source | src |
created_at | 2020-07-19 08:43:01.13756 |
updated_at | 2020-11-02 09:52:45.233314 |
description | TSLite is a small embeddable time-serie database. |
homepage | |
repository | https://github.com/maeln/tslite |
max_upload_size | |
id | 266780 |
size | 52,100 |
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.