Crate agpm_store

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§

Store
A struct that implements the ProjectStore trait using a json_tables::Table

Enums§

ProjectStoreError
An error for the ProjectStore struct