https://github.com/aehmlo/rfc-4648
Rust implementation of RFC 4648.
https://github.com/aehmlo/rfc-4648
base16 base32 base32hex base64 rfc-4648 rust
Last synced: 6 days ago
JSON representation
Rust implementation of RFC 4648.
- Host: GitHub
- URL: https://github.com/aehmlo/rfc-4648
- Owner: Aehmlo
- License: apache-2.0
- Created: 2019-05-25T15:42:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T13:09:36.000Z (over 6 years ago)
- Last Synced: 2025-09-28T03:00:02.419Z (20 days ago)
- Topics: base16, base32, base32hex, base64, rfc-4648, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
This crate provides a Rust implementation of [RFC 4648][4648], which defines the base16, base32, base32hex, and base64 encodings.
[4648]: https://tools.ietf.org/html/rfc4648