An open API service indexing awesome lists of open source software.

https://github.com/kevinheavey/five8


https://github.com/kevinheavey/five8

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# five8

This is the repository for the `five8` project. It contains three crates:

- `five8`: Fast base58 encoding and decoding for 32-byte and 64-byte arrays. Ported from [Firedancer](https://github.com/firedancer-io/firedancer/tree/main/src/ballet/base58)
- `five8_const`: Compile-time base58 decoding
- `five8_core`: Core utilities for the five8 crates