4 releases

0.1.2 Aug 21, 2023
0.1.1 Aug 19, 2023
0.1.0 May 20, 2023
0.0.0 Sep 19, 2022

#1005 in Encoding

Download history 3249/week @ 2024-09-21 3454/week @ 2024-09-28 5491/week @ 2024-10-05 5361/week @ 2024-10-12 5771/week @ 2024-10-19 5148/week @ 2024-10-26 5170/week @ 2024-11-02 5737/week @ 2024-11-09 6207/week @ 2024-11-16 5164/week @ 2024-11-23 5753/week @ 2024-11-30 5939/week @ 2024-12-07 4746/week @ 2024-12-14 1819/week @ 2024-12-21 2815/week @ 2024-12-28 3951/week @ 2025-01-04

14,434 downloads per month
Used in 8 crates (2 directly)

Apache-2.0 OR MIT

26KB
563 lines

RustCrypto: JOSE B64

Crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

This crate provides base64 utilities for use in other JOSE crates. Features include:

  • Base64 streaming encoders and decoders
  • serde utilities for working nested JSON and base64 with the serde or json feature flags
  • Safe handling of cyptographic data with the secret feature flag

Documentation

Minimum Supported Rust Version

This crate requires Rust 1.65 at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~67–375KB