flatiron 1.0.1

A parser and HTML renderer for the Textile markup language
Documentation
[dependencies.nom]
version = "7.1"

[package]
categories = ["parser-implementations", "command-line-utilities"]
description = "A parser and HTML renderer for the Textile markup language"
edition = "2021"
homepage = "https://github.com/autumnull/flatiron/"
keywords = ["textile", "parser", "html", "markup", "converter"]
license-file = "LICENSE.textile"
name = "flatiron"
readme = "README.textile"
repository = "https://github.com/autumnull/flatiron/"
resolver = "2"
version = "1.0.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true