https://github.com/doumanash/based64
Simple Base64 functions for Rust chads.
https://github.com/doumanash/based64
base64
Last synced: 2 months ago
JSON representation
Simple Base64 functions for Rust chads.
- Host: GitHub
- URL: https://github.com/doumanash/based64
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2022-04-13T02:55:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T06:52:49.000Z (about 2 years ago)
- Last Synced: 2025-03-17T09:45:53.014Z (2 months ago)
- Topics: base64
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# based64

[](https://crates.io/crates/based64)
[](https://docs.rs/crate/based64/)Simple Base64 functions for Rust chads.
## Features
- `alloc` - Enables usage of heap based collections;
## Performance
There is collection of benchmarks made by [Nugine](https://github.com/Nugine) which includes this crate: https://github.com/Nugine/simd/issues/25 for reference information