1#![doc = include_str!("../README.md")] 2 3pub use cast_checks_convert::{MaybeTryInto, MaybeTryIntoFallback}; 4pub use cast_checks_macro::enable;