| Crates.io | bindb |
| lib.rs | bindb |
| version | 0.0.3 |
| created_at | 2020-10-08 20:42:45.058013+00 |
| updated_at | 2020-10-08 22:44:01.51879+00 |
| description | Simple typed key-value database using sled and bincode |
| homepage | https://github.com/semtexzv/rpmtools.git |
| repository | https://github.com/semtexzv/rpmtools.git |
| max_upload_size | |
| id | 297392 |
| size | 8,396 |
Simple database built on sled. Uses bincode as an internal format and provides:
Goal is to use as simplest possible storage for transient cache-able data with some structure without using sqlite (for a change. I seem to encounter a need for it in every project I do).
While we do some amount of copying bytes, the library aims to be zero-clone in order to avoid calling unnecessary constructors and drops.