Expand description
A simple database system that allows the use of multiple different backends.
Modules§
- action
- The action structs for CRUD operations.
- backend
- The backend that fetches and provides data for the
Starchart. - error
- The different errors within the crate.
Structs§
- Action
- An
Actionfor easyCRUDoperations within aStarchart. - Error
- An error that occurred within the crate.
- Starchart
- The base structure for managing data.
Traits§
- Entry
- A marker trait for use within the
Starchart. - Index
Entry - An indexable entry, used for any
Entrythat can be indexed by aKeythat it owns. - Key
- The key trait to be implemented on
Entryto allow an easy way to get keys.
Type Aliases§
Derive Macros§
- Index
Entry derive - The helper derive macro for easily implementing
IndexEntry.