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