The LEDB is an attempt to implement simple but efficient, lightweight but powerful document storage.
The abbreviation LEDB may be treated as an Lightweight Embedded DB, also Low End DB, also Literium Engine DB, also LitE DB, and so on.
This is a basic library which implements document storage and query functionality.
See README.
This crate defines basic types and traits which can be used to turn structs into storable documents.
See README.
The crate implements derive macros which helps defining storable documents.
See README.
This is an actor which helps interacting with database in applications which builts on the actix actor framework.
See README.