serde_repr_base64

Crates.ioserde_repr_base64
lib.rsserde_repr_base64
version0.1.0
sourcesrc
created_at2024-07-17 05:29:23.857703
updated_at2024-07-17 05:29:23.857703
descriptionA #[serde(with = "base64")] adaptor for base64 and bytemuck.
homepage
repositoryhttps://github.com/mintlu8/serde_repr_base64
max_upload_size
id1305837
size21,628
Mincong Lu (mintlu8)

documentation

README

serde_repr_base64

A #[serde(with = "base64")] adaptor for base64 and bytemuck.

What this supports

  • base64 and base64_if_readable

Arrays, Vec and your favorite small vec crates like SmallVec.

  • base64_string

String and your favorite small string crates like SmolStr.

Commit count: 0

cargo fmt