frontmatter 0.4.0

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

Rust-Frontmatter

Build Status Crates.io Page

Inspired by Jekyll'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.