extract-frontmatter 2.0.0

A library that allows a user to extract an arbitrary number of lines of "front-matter" from the start of any string.
Documentation
[badges.gitlab]
branch = "master"
repository = "Kage-Yami/extract-frontmatter"

[badges.maintenance]
status = "passively-maintained"

[dependencies]

[package]
authors = ["Joel Smith <optimaser@gmail.com>"]
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", "rustfmt.toml"]
keywords = ["lib", "frontmatter", "extract", "text"]
license = "MIT"
name = "extract-frontmatter"
readme = "README.md"
repository = "https://gitlab.com/Kage-Yami/extract-frontmatter"
version = "2.0.0"
[profile.release]
lto = true