1#![doc = include_str!("../README.md")] 2 3pub mod types; 4 5mod conversions; 6pub mod functions; 7mod panic_guard;