libgb 0.1.0

Collection of utility algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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]https://www.rfc-editor.org/rfc/rfc4648 |
| Fast-date     | Date & Time Utilities      | [FastDate]https://www.benjoffe.com/fast-date-64  |

---