gitoid 0.3.0

An experimental implementation of gitoids in Rust
Documentation
1
2
3
4
5
6
//! `gitoid` Foreign Function Interface (FFI)

pub mod error;
pub mod gitoid;
pub mod status;
pub mod util;