https://github.com/perfectpan/base64
A library for base64 encoding and decoding written in Moonbit
https://github.com/perfectpan/base64
base64 moonbit
Last synced: 4 months ago
JSON representation
A library for base64 encoding and decoding written in Moonbit
- Host: GitHub
- URL: https://github.com/perfectpan/base64
- Owner: PerfectPan
- Created: 2024-04-07T09:41:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:13:02.000Z (about 2 years ago)
- Last Synced: 2025-12-27T20:58:04.612Z (5 months ago)
- Topics: base64, moonbit
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base64 Encode/Decode Library
A library for base64 encoding and decoding written in [Moonbit](https://www.moonbitlang.com/). Follow the spec: https://datatracker.ietf.org/doc/html/rfc4648.
- [ ] Unicode support