dyf 0.1.2

Dynamic string formatting library for Rust supporting all standard format specifiers
Documentation
[dependencies.pest]
version = "2.8.1"

[dependencies.pest_derive]
version = "2.8.1"

[dependencies.thiserror]
version = "2.0.12"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Dynamic string formatting library for Rust supporting all standard format specifiers"
documentation = "https://docs.rs/dyf"
edition = "2024"
keywords = ["dynamic", "format", "string"]
license = "GPL-3.0"
name = "dyf"
readme = "README.md"
repository = "https://github.com/qjerome/dyf"
rust-version = "1.85.0"
version = "0.1.2"