expression-formatter 0.1.0

Insert complex expressions directly into format strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.89"

[lib]
proc-macro = true

[package]
authors = ["Violet"]
description = "Insert complex expressions directly into format strings."
edition = "2021"
license = "MIT"
name = "expression-formatter"
version = "0.1.0"