frontmatter 0.1.0

A Fairly Trivial Wrapper for yaml-rust to Extract Frontmatter from a String Slice
Documentation

Rust-Frontmatter

Inspired by Hekyll's Front Matter. This crate extracts any Yaml set between tripple-dashed lines at the beginning of a string.

For the moment see the tests in src/lib.rs for how to use.

Status

Proof of Concept

Right now I make no guarantees about anything to do with this library.