Skip to content

FrontMatter Gen 🦀 v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 21:48
2867b4d

Release v0.0.1 - 2024-10-03

FrontMatter Gen logo

Frontmatter Gen (frontmatter-gen)

A robust Rust library for parsing and serializing frontmatter in various formats, including YAML, TOML, and JSON.

Made With Love Crates.io lib.rs Docs.rs Codecov Build Status GitHub

• Website • Documentation • Report Bug • Request Feature • Contributing Guidelines

Overview

frontmatter-gen is a flexible Rust library that provides functionality for extracting, parsing, and serializing frontmatter in various formats. It's designed for use in static site generators, content management systems, and any application that needs to handle metadata at the beginning of content files.

Key Features

  • Multiple Format Support: Parse and serialize frontmatter in YAML, TOML, and JSON formats.
  • Flexible Extraction: Extract frontmatter from content, supporting different delimiters.
  • Robust Error Handling: Comprehensive error types for detailed problem reporting.
  • Customizable Parsing: Configure parsing options to suit your needs.
  • Efficient Conversions: Convert between different frontmatter formats seamlessly.
  • Type-Safe Value Handling: Utilize the Value enum for type-safe frontmatter data manipulation.

Changelog 📚

ci(frontmatter-gen): 👷 add release workflow