#serde #base64

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

#260 in Encoding

Download history 61685/week @ 2026-02-20 61236/week @ 2026-02-27 58614/week @ 2026-03-06 70994/week @ 2026-03-13 69059/week @ 2026-03-20 64054/week @ 2026-03-27 61575/week @ 2026-04-03 66091/week @ 2026-04-10 62246/week @ 2026-04-17 65568/week @ 2026-04-24 82324/week @ 2026-05-01 76738/week @ 2026-05-08 73192/week @ 2026-05-15 60303/week @ 2026-05-22 76212/week @ 2026-05-29 109546/week @ 2026-06-05

334,272 downloads per month
Used in 105 crates (37 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