#base64 #serde #base64-serde

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

#576 in Encoding

Download history 11599/week @ 2025-01-21 12114/week @ 2025-01-28 13000/week @ 2025-02-04 12258/week @ 2025-02-11 14933/week @ 2025-02-18 12657/week @ 2025-02-25 12994/week @ 2025-03-04 14043/week @ 2025-03-11 13277/week @ 2025-03-18 15404/week @ 2025-03-25 17321/week @ 2025-04-01 14093/week @ 2025-04-08 12000/week @ 2025-04-15 35211/week @ 2025-04-22 44750/week @ 2025-04-29 32245/week @ 2025-05-06

126,424 downloads per month
Used in 100 crates (33 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