Registry / other / chalk-derive

chalk-derive

JSON →
library0.104.0rscratesunverified

Provides derive macros for chalk crates, simplifying trait implementations.

# Cargo.toml [dependencies] chalk-derive = "0.104.0"
INSTALL
IMPORT
SIG · CHALK-DERIVE
C
chalk-derive
otherrustv0.104.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.

ChalkDerive
use chalk_derive::ChalkDerive;

Uses the derive macro to auto-implement traits.

use chalk_derive::ChalkDerive; #[derive(ChalkDerive)] struct MyStruct; fn main() { let _ = MyStruct; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.104.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
chalk-derive — cargo add chalk-derive · libregistry