formatx 0.2.3

A macro for formatting non literal strings at runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

authors = ["clitic <clitic21@gmail.com>"]

categories = ["rust-patterns", "template-engine"]

description = "A macro for formatting non literal strings at runtime"

documentation = "https://docs.rs/formatx"

edition = "2021"

exclude = [".github"]

keywords = ["string", "runtime", "format", "template"]

license = "MIT OR Apache-2.0"

name = "formatx"

readme = "README.md"

repository = "https://github.com/clitic/formatx"

version = "0.2.3"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]