Registry / other / derive-deftly

derive-deftly

JSON →
library1.11.3rscratesunverified

An easy way to write derive() macros.

# Cargo.toml [dependencies] derive-deftly = "1.11.3"
INSTALL
IMPORT
SIG · DERIVE-DEFTLY
D
derive-deftly
otherrustv1.11.3
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.

Deftly
use derive_deftly::Deftly;

Derives a custom macro using Deftly.

use derive_deftly::Deftly; #[derive(Deftly)] struct MyStruct; fn main() { let _s = MyStruct; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
derive-deftly — cargo add derive-deftly · libregistry