1#![doc = include_str!("../README.md")] 2#![forbid(unsafe_code)] 3 4pub mod custom_ini; 5pub mod macros;