dfmt 0.1.0

A fully featured dynamic drop in replacement for the format! macro.
Documentation
[[bench]]
harness = false
name = "performance"
path = "benches/performance.rs"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0"

[features]
nightly_formatting_options = []

[lib]
name = "dfmt"
path = "src/lib.rs"

[package]
authors = ["Tom Dymel <tom@dymel.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "text-processing"]
description = "A fully featured dynamic drop in replacement for the format! macro."
documentation = "https://docs.rs/dfmt"
edition = "2024"
exclude = [".github"]
keywords = ["dynamic", "format", "fmt", "string", "arguments"]
license = "MIT OR Apache-2.0"
name = "dfmt"
readme = "README.md"
repository = "https://github.com/tdymel/dfmt"
version = "0.1.0"

[[test]]
name = "dformat"
path = "tests/dformat.rs"

[[test]]
name = "error"
path = "tests/error.rs"