agpm_pm 0.0.2

An implementor for the three traits that define a Project Manager
Documentation
1
2
3
4
5
6
7
8
9
10
# agpm_pm

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