Registry / utility / impl-tools

impl-tools

JSON →
library0.11.4rscratesunverified

Helper macros: autoimpl

# Cargo.toml [dependencies] impl-tools = "0.11.4"
INSTALL
IMPORT
SIG · IMPL-TOOLS
I
impl-tools
utilityrustv0.11.4
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.

autoimpl
use impl_tools::autoimpl;

Automatically implements traits for a struct.

use impl_tools::autoimpl; #[autoimpl(Debug)] struct MyStruct; fn main() { let s = MyStruct; println!("{:?}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
impl-tools — cargo add impl-tools · libregistry