https://github.com/mintlu8/serde_repr_base64
A #[serde(with = "base64")] adaptor for base64 and bytemuck.
https://github.com/mintlu8/serde_repr_base64
Last synced: 5 months ago
JSON representation
A #[serde(with = "base64")] adaptor for base64 and bytemuck.
- Host: GitHub
- URL: https://github.com/mintlu8/serde_repr_base64
- Owner: mintlu8
- License: apache-2.0
- Created: 2024-07-17T05:26:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:29:31.000Z (almost 2 years ago)
- Last Synced: 2025-12-21T11:48:24.593Z (6 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
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.