1 2 3 4 5
#![doc = include_str!("../README.md")] pub use ziyy_core::{Error, ErrorType, Result}; #[doc(inline)] pub use ziyy_core::{style, try_style};