jsonwebtoken/src
Piotr Maks 90b9700748
Clippy (#146)
* Bump minimum required Rust version to 1.40

Motivation for this change is use of `#[non_exhaustive]` attribute that
was stabilized in Rust 1.40.0

* Migrate benchmarks to criterion

Remove use of unstable features in favour of criterion benchmarks

* Enable clippy in Github Actions

* Fix clippy::manual_non_exhaustive

Remove manual implementations of the non-exhaustive pattern. Instead
use the `#[non_exhaustive]` attribute.

* Allow reexport of deprecated function

Silence rustc `deprecated` working in function reexport

* Remove redundant clone

* Fix various clippy warnings

* Remove redundant pattern
* Use `unreachable!()` to fail test
* No need to add `&` to all patterns
2020-08-31 12:04:57 +02:00
..
crypto Add DecodingKey 2019-12-29 21:50:06 +01:00
pem Add more tests and document SEC1 lack of support 2019-11-15 20:16:38 +01:00
algorithms.rs Derive Hash for Header and Algorithm (#137) 2020-06-16 12:04:22 +02:00
decoding.rs Format code and check style in Github Actions (#145) 2020-08-07 18:10:26 +02:00
encoding.rs Validate key type with algo in encode/decode 2020-01-13 19:41:06 +01:00
errors.rs Clippy (#146) 2020-08-31 12:04:57 +02:00
header.rs Derive Hash for Header and Algorithm (#137) 2020-06-16 12:04:22 +02:00
lib.rs Clippy (#146) 2020-08-31 12:04:57 +02:00
serialization.rs Update docs 2019-11-14 19:43:43 +01:00
validation.rs Clippy (#146) 2020-08-31 12:04:57 +02:00