ms-timing 0.1.0

上帝工具箱-宏
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ms-timing"
version = "0.1.0"
edition = "2024"
description = "上帝工具箱-宏"
authors = ["lqxnjk <lqxnjk@qq.com>"]
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true  # 声明为过程宏

[dependencies]    # 解析 Rust 语法
quote = "1.0"     # 生成 Rust 代码
syn = { version = "2.0", features = ["full"] }  # 启用所有语法解析功能