JOSE
JOSE copied to clipboard
Update & refactor json-b64 crate
-
Json,Bytes, andSecretare now exported at top level - Rename
BytestoB64BytesandSecrettoB64Secretto better reflect their purpose (this is optional, can revert if desired) - Add example to readme
- Rename internal modules for clarity
This somewhat improves the usability of the b64 crate. It is a breaking change, but I don't think many people are using this crate as-is.
@tgross35 can you rebase? That should fix the test failure