Crates.io | mdmatter |
lib.rs | mdmatter |
version | 0.0.1 |
source | src |
created_at | 2016-10-12 18:57:54.858507 |
updated_at | 2016-10-12 18:57:54.858507 |
description | A simple front matter parser (unstable) |
homepage | |
repository | https://github.com/leeola/mdmatter.rs |
max_upload_size | |
id | 6827 |
size | 3,683 |
mdmatter is a simple Rust library for extracting front matter from a markdown file.
Currently, this library only scans for the triple backtick. Eg:
```
And not:
---
See ./examples/basic.rs for example usage. Run with:
cargo run --example basic
---
frontmatter tags as well.