#![forbid(unsafe_code)] use crate::error::Error; pub type Result = std::result::Result;