Registry / build-tool / proc-macro-tools

proc-macro-tools

JSON →
library0.1.17rscratesunverified

Tools for writing procedural macros in Rust.

# Cargo.toml [dependencies] proc_macro_tools = "0.1.17"
INSTALL
IMPORT
SIG · PROC-MACRO-TOOLS
P
proc-macro-tools
build-toolrustv0.1.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MacroTool
use proc_macro_tools::MacroTool;

Create a new macro tool instance.

use proc_macro_tools::MacroTool; fn main() { let tool = MacroTool::new(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
proc-macro-tools — cargo add proc-macro-tools · libregistry