formatx 0.3.0

A macro for formatting non literal strings at runtime in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "formatx"
version = "0.3.0"
edition = "2024"
authors = ["clitic <clitic21@gmail.com>"]
description = "A macro for formatting non literal strings at runtime in Rust"
documentation = "https://docs.rs/formatx"
categories = ["rust-patterns", "template-engine"]
keywords = ["string", "runtime", "format", "template"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/clitic/formatx"
exclude = ["images"]

[dependencies]