Expand description
§agpm_store
An implementation of the amisgitpm::ProjectStore based on the json_tables
crate. It will change in the future to be based on SQLite or on XML or
something that’s not custom made by me, and therefore more scale-able to a lot
of projects.
Structs§
- Store
- A struct that implements the
ProjectStoretrait using ajson_tables::Table
Enums§
- Project
Store Error - An error for the
ProjectStorestruct