Registry / build-tool / syn-helpers

syn-helpers

JSON →
library0.5.0rscratesunverified

Provides a framework for building derive macros.

# Cargo.toml [dependencies] syn-helpers = "0.5.0"
INSTALL
IMPORT
SIG · SYN-HELPERS
S
syn-helpers
build-toolrustv0.5.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.

DeriveBuilder
use syn_helpers::*;

Creates a derive macro builder.

use syn_helpers::DeriveBuilder; fn main() { let builder = DeriveBuilder::new(); println!("Derive builder created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
syn-helpers — cargo add syn-helpers · libregistry