toml-frontmatter
TOML frontmatter parser.
API
For documentation see docs.rs.
Example
let sample = r#"
---toml
date = "2023-01-01"
---
Some **Markdown**. Or something else!
"#.trim;
let = .unwrap;
License
Distributed under the Apache License 2.0 and MIT licenses, see LICENSE-Apache and LICENSE-MIT for more information.