Crates.io | agpm_pm |
lib.rs | agpm_pm |
version | 0.0.2 |
source | src |
created_at | 2022-12-27 17:13:08.453457 |
updated_at | 2022-12-27 19:53:47.669744 |
description | An implementor for the three traits that define a Project Manager |
homepage | |
repository | https://github.com/david-soto-m/amisgitpm |
max_upload_size | |
id | 746342 |
size | 13,027 |
This crate implements a the three project manager traits PMOperations
,
PMInteractive
and PMProgrammatic
from the amisgitpm
crate.
They are implemented PrjManager
struct. It is as genenric as posible,
depending exclusively on the traits defined in the amisgitpm
crate
This crate also defines another trait,Interactions
. This trait is used in
the PMInteractive
implement