pub fn parse_document(
path: &Path,
options: &ParseOptions,
) -> Result<Document, InfiniloomError>Expand description
Parse a document from a file path, auto-detecting the format.
pub fn parse_document(
path: &Path,
options: &ParseOptions,
) -> Result<Document, InfiniloomError>Parse a document from a file path, auto-detecting the format.