Crates.io | extract-frontmatter |
lib.rs | extract-frontmatter |
version | 4.1.1 |
source | src |
created_at | 2020-05-02 11:01:14.822199 |
updated_at | 2022-04-22 06:39:43.495111 |
description | A library that allows a user to extract an arbitrary number of lines of 'front-matter' from the start of any string |
homepage | |
repository | https://gitlab.com/isekai/libraries/rust/extract-frontmatter |
max_upload_size | |
id | 236525 |
size | 42,454 |
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.
This project follows Semantic Versioning principals starting with v1.0.0
This repository is located on GitLab.com.
Example usage is available on docs.rs.