Crate agpm_store
source ·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
A struct that implements the
ProjectStore
trait using a json_tables::Table
Enums
An error for the
ProjectStore
struct