jwk-simple 0.3.0

JWK/JWKS for Rust and WASM (RFC 7517, 7518, 7638, 8037, 9864) with jwt-simple integration
Documentation
1
2
3
4
5
6
7
8
9
10
# AGENTS

## Code style

- In doc examples and test code, always import re-exported types from the crate root (`jwk_simple::Key`) rather than the full module path (`jwk_simple::jwk::Key`). All public types from `jwk_simple::jwk` are re-exported at the crate root.

## Review process

- Reviewers should ignore findings that are already listed in `REVIEW.md`.
- If a finding is marked as ignored or deferred during a review round, add it to `REVIEW.md`.