formatx 0.1.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
16
17
[package]
name = "formatx"
version = "0.1.0"
description = "A macro for formatting non literal strings at runtime in Rust"
authors = ["clitic <clitic21@gmail.com>"]
repository = "https://github.com/clitic/formatx"
documentation = "https://docs.rs/formatx"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["string", "runtime", "format", "template"]
categories = ["rust-patterns", "template-engine"]
exclude = [".github"]
edition = "2021"

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

[dependencies]