sha2-derive
This crate provides a simple Hashable trait that can be derived easily.
As of now, the derive macro only works on structs.
Example
use *;
Implementing Hashable on a custom type
License: MIT
This crate provides a simple Hashable trait that can be derived easily.
As of now, the derive macro only works on structs.
use *;
License: MIT