Crate toml_frontmatter

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
Parse a struct that implements serde::Deserialize from frontmatter and return the remaining contents of the string.