text-tags 0.1.0

A lightweight, text-tag markup parser
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fixed32"
version = "0.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2684e63ac0834684f5eed6a71d6902dbd1b7721fb55aea211e795255e7fb1a3"

[[package]]
name = "seq-map"
version = "0.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c046d1718f921b431557f11234ced53a2bc502f7c09893fea1a9d975484c8414"

[[package]]
name = "text-tags"
version = "0.1.0"
dependencies = [
 "fixed32",
 "seq-map",
]