1 unstable release
Uses new Rust 2024
| 0.1.0 | Nov 29, 2025 |
|---|
#2251 in Encoding
18KB
339 lines
Collection of utility algorithms in rust
A collection of selected algorithms implemented in rust.
The goal of this project is to provide reference-quality routines that can be dropped into any codebase without external dependencies.
📚 Algorithms Overview
| Algorithm | Category | Reference |
|---|---|---|
| Base64 Encode | Encoding / Serialization | RFC 4648 |
| Fast-date | Date & Time Utilities | FastDate |
Dependencies
~4MB
~73K SLoC