[package]
edition = "2021"
name = "unfmt"
version = "0.2.3"
authors = ["Mathematic Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compile-time pattern matching library that reverses the interpolation process of `format!`."
readme = "README.md"
keywords = [
"unformat",
"pattern-matching",
"format",
"parsing",
"no-std",
]
categories = [
"no-std",
"parsing",
]
license = "Apache-2.0"
repository = "https://github.com/mathematic-inc/unfmt"
[lib]
name = "unfmt"
path = "unfmt.rs"
[[test]]
name = "e2e"
path = "tests/e2e.rs"
[[test]]
name = "unformat"
path = "tests/unformat.rs"
[dependencies.bstr]
version = "1.9.1"
[dependencies.unfmt_macros]
version = "0.2.3"