[][src]Crate matter

A universal frontmatter parser and extractor.

Provided with input data, Matter is able to separate frontmatter from content. Common delimiters for supported formats are also predefined.

Functions

matter

Split a string (often resulting from reading in a file) into frontmatter and content portions.