gitoxide-core 0.56.0

The library implementing all capabilities of the gitoxide CLI
Documentation
1
2
3
4
5
6
7
8
mod file;
pub use file::file;

pub mod tree;
pub use tree::function::tree;

mod commit;
pub use commit::commit;