miki 0.0.1

just a placeholder
Documentation
1
2
3
pub use crate::error::Error;

pub type Result<T> = core::result::Result<T, Error>;