Constant hini::parsers::SPECIAL_CHARS
source · pub const SPECIAL_CHARS: &'static str = "=[]#;\"\n";Expand description
Characters that are not allowed to comprise names or values in hini declarations.
pub const SPECIAL_CHARS: &'static str = "=[]#;\"\n";Characters that are not allowed to comprise names or values in hini declarations.