golgi/src/lib.rs

6 lines
75 B
Rust

pub mod error;
pub mod sbot;
mod utils;
pub use crate::error::GolgiError;