Registry / utility / hash32-derive

hash32-derive

JSON →
library0.1.1rscratesunverified

Macros 1.1 implementation of #[derive(Hash32)]

# Cargo.toml [dependencies] hash32-derive = "0.1.1"
INSTALL
IMPORT
SIG · HASH32-DERIVE
H
hash32-derive
utilityrustv0.1.1
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.

Hash32
use hash32_derive::Hash32;

Derive Hash32 trait for a struct.

use hash32_derive::Hash32; #[derive(Hash32)] struct MyType { field: u32, } fn main() { let instance = MyType { field: 42 }; println!("Hash32 derived"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hash32-derive — cargo add hash32-derive · libregistry