gitoxide-core 0.56.0

The library implementing all capabilities of the gitoxide CLI
Documentation
1
2
3
4
5
pub mod list;
pub use list::function::list;

pub mod verify;
pub use verify::function::verify;