1 2 3 4 5 6
//! `gitoid` Foreign Function Interface (FFI) pub mod error; pub mod gitoid; pub mod status; pub mod util;