Crate signature_derive[][src]

Expand description

Custom derive support for the signature crate.

This crate can be used to derive Signer and Verifier impls for types that impl DigestSigner or DigestVerifier respectively.

Derive Macros

Derive the [Signer] trait for a type which impls DigestSigner.

Derive the [Verifier] trait for a type which impls DigestVerifier.