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

#2970 in Cryptography

Download history 3540/week @ 2024-12-18 1747/week @ 2024-12-25 4257/week @ 2025-01-01 6400/week @ 2025-01-08 6604/week @ 2025-01-15 6820/week @ 2025-01-22 8075/week @ 2025-01-29 8231/week @ 2025-02-05 7639/week @ 2025-02-12 7787/week @ 2025-02-19 8437/week @ 2025-02-26 8023/week @ 2025-03-05 7498/week @ 2025-03-12 4184/week @ 2025-03-19 4636/week @ 2025-03-26 7045/week @ 2025-04-02

25,131 downloads per month
Used in 9 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

~69–375KB