#confidential-computing #base64 #byte #representation #drawbridge #context #byte-array

no-std drawbridge-byte

Utilities for working with contiguous arrays of bytes and easy conversions to and from Base64 representations in string contexts

5 releases (3 breaking)

0.4.2 Apr 12, 2024
0.4.0 Jan 23, 2023
0.3.0 Nov 17, 2022
0.2.0 Jul 19, 2022
0.1.0 Jul 5, 2022

#68 in No standard library

Download history 16/week @ 2024-06-10 11/week @ 2024-06-17 78/week @ 2024-06-24 57/week @ 2024-07-01 88/week @ 2024-07-08 77/week @ 2024-07-15 7/week @ 2024-07-22 53/week @ 2024-07-29 37/week @ 2024-08-05 2/week @ 2024-08-12 3/week @ 2024-08-19 31/week @ 2024-08-26 107/week @ 2024-09-02 38/week @ 2024-09-09 39/week @ 2024-09-16 108/week @ 2024-09-23

303 downloads per month
Used in 6 crates (3 directly)

Apache-2.0

7KB
143 lines

This crate provides a Bytes type which wraps most types that represent a contiguous array of bytes. It provides implementations for easy conversions to and from Base64 representations in string contexts.

Dependencies

~220–405KB