pub fn declared_assets(fm: &Frontmatter) -> Vec<Declaration>Expand description
Read all asset: / assets: declarations from a parsed frontmatter.
asset: <path> is a single required declaration. assets: is a list whose
items are either a bare path string (required) or a { path, required }
mapping. Both keys may be present.