Skip to main content

load_spec_from_str

Function load_spec_from_str 

Source
pub fn load_spec_from_str(
    raw: &str,
    include_base: Option<&Path>,
) -> Result<RootSpec>
Expand description

Parse YAML from memory. Use include_base when the document uses include: (root or subtree).