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