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 |