extract-frontmatter

Crates.ioextract-frontmatter
lib.rsextract-frontmatter
version4.1.1
sourcesrc
created_at2020-05-02 11:01:14.822199
updated_at2022-04-22 06:39:43.495111
descriptionA library that allows a user to extract an arbitrary number of lines of 'front-matter' from the start of any string
homepage
repositoryhttps://gitlab.com/isekai/libraries/rust/extract-frontmatter
max_upload_size
id236525
size42,454
Joel S (Kage-Yami)

documentation

README

extract-frontmatter

Overview

A Rust library that allows a user to extract an arbitrary number of lines of "front-matter" from the start of any multiline string.

Note that absolutely no parsing of extracted front-matter is performed; this is designed to output its results for another library to then parse.

latest build docs.io documentation coverage crates.io version crates.io downloads dependents dependencies license

Versioning

This project follows Semantic Versioning principals starting with v1.0.0

Repository information

This repository is located on GitLab.com.

Usage

Example usage is available on docs.rs.

Commit count: 0

cargo fmt