jsonwebtoken/src
Andrew Walbran 7301e928b0 Implement Clone, Eq and PartialEq for Error. (#218)
* Implement Eq and PartialEq for Error.

* Implement Clone for Error.

serde_json::Error doesn't implement Clone, so wrapped it in an Arc.
2022-02-02 22:10:11 +01:00
..
crypto removed unnecessary conversions (#180) 2022-02-02 22:10:11 +01:00
pem Add types for JWK/JWKS based on biscuit (#195) 2022-02-02 22:10:11 +01:00
algorithms.rs Add types for JWK/JWKS based on biscuit (#195) 2022-02-02 22:10:11 +01:00
decoding.rs Improve deserialization performance around validation and its tests (#202) 2022-02-02 22:10:11 +01:00
encoding.rs removed unnecessary conversions (#180) 2022-02-02 22:10:11 +01:00
errors.rs Implement Clone, Eq and PartialEq for Error. (#218) 2022-02-02 22:10:11 +01:00
header.rs Add support for x5t#S256 header (#203) 2022-02-02 22:10:11 +01:00
jwk.rs Add support for x5t#S256 header (#203) 2022-02-02 22:10:11 +01:00
lib.rs Unify various decode into the validation struct (#199) 2022-02-02 22:10:11 +01:00
serialization.rs Improve deserialization performance around validation and its tests (#202) 2022-02-02 22:10:11 +01:00
validation.rs Numeric type (#214) 2022-02-02 22:10:11 +01:00