AEADs icon indicating copy to clipboard operation
AEADs copied to clipboard

fix: `missing_debug_implementations`

Open JonathanWoollett-Light opened this issue 2 years ago • 2 comments

Sets missing_debug_implementations to warn and adds missing std::fmt::Debug implementations.

When tracing/logging/debugging a program it is common to debug print inputs and outputs of function, to do this generally dependencies need to offer std::fmt::Debug implementations.

I won't repeat what is written under missing_debug_implementations which gives some more explanation.

JonathanWoollett-Light avatar May 26 '23 14:05 JonathanWoollett-Light

Blocked on https://github.com/RustCrypto/traits/pull/1315

JonathanWoollett-Light avatar May 26 '23 15:05 JonathanWoollett-Light

Blocked on https://github.com/RustCrypto/block-modes/pull/46

JonathanWoollett-Light avatar May 26 '23 15:05 JonathanWoollett-Light

This PR got outdated, so I will close it in favor of tracking issue #599.

newpavlov avatar Mar 29 '24 14:03 newpavlov