macra 0.1.3

Core library for macro-related analysis and serialization used by cargo-macra.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "macra"
version = "0.1.3"
edition = "2024"
description = "Core library for macro-related analysis and serialization used by cargo-macra."
keywords = ["macros", "analysis", "rust", "tooling"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/yasuo-ozu/macra"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"