#base64 #serde #byte #integration

base64-serde

Integration between rust-base64 and serde

16 releases

0.8.0 Oct 1, 2024
0.7.0 Jan 8, 2023
0.7.0-beta.2 Dec 29, 2022
0.6.1 Sep 30, 2020
0.2.0 Oct 24, 2017

#270 in Encoding

Download history 15538/week @ 2024-07-21 8746/week @ 2024-07-28 9546/week @ 2024-08-04 8562/week @ 2024-08-11 11093/week @ 2024-08-18 11940/week @ 2024-08-25 10983/week @ 2024-09-01 12560/week @ 2024-09-08 11531/week @ 2024-09-15 12573/week @ 2024-09-22 11337/week @ 2024-09-29 12137/week @ 2024-10-06 16920/week @ 2024-10-13 17146/week @ 2024-10-20 12316/week @ 2024-10-27 9624/week @ 2024-11-03

56,724 downloads per month
Used in 98 crates (31 directly)

Apache-2.0

9KB
50 lines

This project provides a way to use rust-base64 to serialize bytes with serde.

For a running example, see the integration tests.

The project is dual licensed under your preference of COIL 0.6 or Apache 2.0.

No runtime deps