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
Action
for easyCRUD
operations 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
Entry
that can be indexed by aKey
that it owns. - Key
- The key trait to be implemented on
Entry
to allow an easy way to get keys.
Type Aliases§
Derive Macros§
- Index
Entry derive
- The helper derive macro for easily implementing
IndexEntry
.