Expand description
This crate forms the core of the initiative.sh application. It is a common dependency of the
initiative_web
crate containing the web version of the app, and the initiative_cli
crate
containing the (incomplete) terminal version.
It communicates to the outside world through the app::App
struct, which exposes essentially
the entirety of the crateβs public API (constructed using the app()
function). See the
documentation of these two entities for details on that API.
Re-exportsΒ§
ModulesΒ§
StructsΒ§
- Backup
Data - Memory
Data Store - Null
Data Store - Thing
- Uuid
- A Universally Unique Identifier (UUID).