Crates.io | serde_repr_base64 |
lib.rs | serde_repr_base64 |
version | 0.1.0 |
source | src |
created_at | 2024-07-17 05:29:23.857703 |
updated_at | 2024-07-17 05:29:23.857703 |
description | A #[serde(with = "base64")] adaptor for base64 and bytemuck. |
homepage | |
repository | https://github.com/mintlu8/serde_repr_base64 |
max_upload_size | |
id | 1305837 |
size | 21,628 |
A #[serde(with = "base64")]
adaptor for base64
and bytemuck
.
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.