jose-b64

Crates.iojose-b64
lib.rsjose-b64
version0.1.2
sourcesrc
created_at2022-09-19 15:23:20.849278
updated_at2023-08-21 12:28:05.669498
descriptionBase64 utilities for use in JOSE crates
homepage
repositoryhttps://github.com/RustCrypto/JOSE/tree/master/jose-b64
max_upload_size
id669213
size38,299
JOSE (github:rustcrypto:jose)

documentation

https://docs.rs/jose-b64

README

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.

Commit count: 0

cargo fmt