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

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

#77 in No standard library

Download history 48/week @ 2024-07-27 39/week @ 2024-08-03 6/week @ 2024-08-10 2/week @ 2024-08-17 9/week @ 2024-08-24 124/week @ 2024-08-31 38/week @ 2024-09-07 40/week @ 2024-09-14 85/week @ 2024-09-21 98/week @ 2024-09-28 81/week @ 2024-10-05 32/week @ 2024-10-12 16/week @ 2024-10-19 10/week @ 2024-10-26 38/week @ 2024-11-02 39/week @ 2024-11-09

105 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

~215–395KB