unfmt 0.2.2

A compile-time pattern matching library that reverses the interpolation process of `format!`.
Documentation
[dependencies.bstr]
version = "1.9.1"

[dependencies.unfmt_macros]
version = "0.2.2"

[lib]
path = "./unfmt.rs"

[package]
authors = ["Mathematic Inc"]
categories = ["no-std", "value-formatting"]
description = "A compile-time pattern matching library that reverses the interpolation process of `format!`."
edition = "2021"
keywords = ["unformat", "regex"]
license = "MIT OR Apache-2.0"
name = "unfmt"
readme = "README.md"
repository = "https://github.com/mathematic-inc/unfmt"
version = "0.2.2"