https://github.com/ironcorelabs/base64_type
Simple Rust type wrapper for Vec<u8> that uses base64 for serialization
https://github.com/ironcorelabs/base64_type
Last synced: 4 months ago
JSON representation
Simple Rust type wrapper for Vec<u8> that uses base64 for serialization
- Host: GitHub
- URL: https://github.com/ironcorelabs/base64_type
- Owner: IronCoreLabs
- License: mit
- Created: 2021-09-08T16:35:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T16:25:19.000Z (6 months ago)
- Last Synced: 2026-01-12T21:57:53.799Z (6 months ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base64_type
Simple Rust type wrapper for Vec that uses base64 for serialization.
# License
base64_type is licensed under the [MIT](LICENSE).
Copyright (c) 2024 IronCore Labs, Inc.
All rights reserved.