1
2
3
4
5
6
pub type GBDResult<T> = std::result::Result<T, Box<dyn std::error::Error>>;

pub mod cli;
pub mod ghapi;
pub mod sysinfo;
pub mod utils;