#base64 #byte #drawbridge #context #representation #string #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

#61 in No standard library

Download history 77/week @ 2024-01-01 81/week @ 2024-01-08 264/week @ 2024-01-15 79/week @ 2024-01-22 233/week @ 2024-01-29 154/week @ 2024-02-05 77/week @ 2024-02-12 133/week @ 2024-02-19 317/week @ 2024-02-26 133/week @ 2024-03-04 149/week @ 2024-03-11 69/week @ 2024-03-18 69/week @ 2024-03-25 144/week @ 2024-04-01 138/week @ 2024-04-08 89/week @ 2024-04-15

446 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

~245–425KB