rtformat-derive 0.1.0

Derive macros for rtformat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
categories = ["text-processing"]
description = "Derive macros for rtformat"
edition = "2024"
keywords = ["runtime", "formatting", "derive", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "rtformat-derive"
readme = "../README.md"
repository = "https://github.com/YWZYXSoCool/rtformat"
version = "0.1.0"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "2"