# 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
| Base64 Encode | Encoding / Serialization | [RFC 4648](https://www.rfc-editor.org/rfc/rfc4648) |
| Fast-date | Date & Time Utilities | [FastDate](https://www.benjoffe.com/fast-date-64) |
---