Crate toml_frontmatter

source ·
Expand description

toml-frontmatter

TOML frontmatter parser.

See the parse documentation for an example.

License

Distributed under the Apache License 2.0 and MIT licenses, see LICENSE-Apache and LICENSE-MIT for more information.

Functions

Parse a struct that implements serde::Deserialize from frontmatter and return the remaining contents of the string.