mikkyang / rust-jwt

JSON Web Token library for Rust
MIT License
178 stars 38 forks source link

header: implement Clone for Header #85

Open unleashed opened 2 years ago

unleashed commented 2 years ago

This trait is missing for no apparent reason from this type, so implement it to avoid users implement their own depending on the struct's fields.