Elf M. Sternberg
3068f18f0c
After running 'cargo clippy,' a few changes were made, and then some were reverted. Honestly, 'x.len() > 0' is WAY more readable than '!x.is_empty()'. The exclamation mark gets swallowed up by the surrounding text and is hard to see. |
||
---|---|---|
.. | ||
docs | ||
experiments | ||
src | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
README.org | ||
clippy.toml |
README.org
Notesmachine Store
This is the storage layer for Notesmachine. It supports the retrieval of the basic information from Notesmachine, but it never reveals the underlying mechanisms by which it performs its magic. The "ids" leaving this API will always be the textual ids used in all public representations:
- Boxes are referenced by slugs, and clients must accept uniqueness failures.
- Notes are referenced by "friendly_id" format strings, which are base-62 formatted versions of UUID4 strings.