[][src]Function curlyconf::from_str

pub fn from_str<T>(s: &str) -> Result<T, Error> where
    T: for<'de> Deserialize<'de>, 

Read configuration from a string.

This uses the defaults (e.g. Mode::Semicolon). If you want to configure the configuration parser, use a Builder struct.