json-web-key 0.1.1

A ser(de) for JWKS, and the basic structs for representing them.
Documentation
1
2
3
4
5
6
7
8
9
# 0.1.0
- Initial Version
- Ser(de) support for json web keys and json web key sets.

# 0.1.1
- Documentation
- Changed key operations (`key_ops`) and use case (`use`) to enums
  to better align with the RFC, as they are mostly a specific set
  of values.