Registry / utility / structmeta

structmeta

JSON →
library0.3.0rscratesunverified

Parse Rust's attribute arguments by defining a struct.

# Cargo.toml [dependencies] structmeta = "0.3.0"
INSTALL
IMPORT
SIG · STRUCTMETA
S
structmeta
utilityrustv0.3.0
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.

StructMeta
use structmeta::StructMeta;

Derives StructMeta to parse attribute arguments into a struct.

use structmeta::StructMeta; #[derive(StructMeta)] struct MyAttr { name: String, } fn main() { println!("Structmeta works!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
structmeta — cargo add structmeta · libregistry