based64

Rust Crates.io Documentation

Simple Base64 functions for Rust chads.

Features

Performance

The code is not specialized for any particular length, having the consistent performance which only depends on input length.

There is collection of benchmarks made by Nugine which includes this crate: https://github.com/Nugine/simd/issues/25 for reference information