pub fn yaml_from_str<T>(text: &str) -> Result<T>where
    T: DeserializeOwned,