extract-frontmatter 2.1.0

A library that allows a user to extract an arbitrary number of lines of 'front-matter' from the start of any string
Documentation
[build-dependencies]

[dependencies]

[dev-dependencies]

[package]
authors = ["Joel Smith <j.d.smith@outlook.com.au>"]
categories = ["parsing"]
description = "A library that allows a user to extract an arbitrary number of lines of 'front-matter' from the start of any string"
edition = "2018"
include = ["resources/*", "src/*", "tests/*", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
keywords = ["lib", "frontmatter", "extract", "text"]
license = "MIT"
name = "extract-frontmatter"
readme = "README.md"
repository = "https://gitlab.com/Kage-Yami/extract-frontmatter"
version = "2.1.0"
[profile.release]
lto = true