pub fn parse_library_document(yaml_str: &str) -> Result<LibraryDocument, String>Expand description
Parse an ETDL library document (a reusable component catalog — see
ast::LibraryDocument), as opposed to an ordinary system document.
pub fn parse_library_document(yaml_str: &str) -> Result<LibraryDocument, String>Parse an ETDL library document (a reusable component catalog — see
ast::LibraryDocument), as opposed to an ordinary system document.