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
[dependencies]

[package]
authors = ["clitic <clitic21@gmail.com>"]
categories = ["rust-patterns", "template-engine"]
description = "A macro for formatting non literal strings at runtime in Rust"
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"
resolver = "2"
version = "0.1.0"