hidekatsu-izuno / josekit-rs

JOSE (Javascript Object Signing and Encryption) library for Rust (based on OpenSSL).
Apache License 2.0
69 stars 30 forks source link

Add Debug to JoseHeader #11

Closed puiterwijk closed 2 years ago

puiterwijk commented 2 years ago

This tells the compiler that all implementations of JoseHeader will implement Debug, which means that trait objects can be debug-printed.

hidekatsu-izuno commented 2 years ago

Thank you for your pull request. I merged it.