Rust implementations of various data structures and algorithms.
| Crate Name | Description |
|---|---|
| algorithms_buffer_utils | Helper SIMD utils for byte buffers. |
| algorithms_core | Basic data structures like queue, heap etc. |
| algorithms_hash | Hash and checksum algorithms. |
| algorithms_random | Random number generators. |
| algorithms_sort | Sort algorithms. |