-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
It would be tremendously helpful if the core primitives that are public in the API would (optionally) implement the Debug trait. For example, I wish to send signatures over the wire using a libp2p project, and this requires every message to be Debug.
I can work around this using the newtype pattern, but it's not very ergonomic.
Most urgently, I need Debug on Dilithium's DetachedSignature.
Metadata
Metadata
Assignees
Labels
No labels