# based64 ![Rust](https://github.com/DoumanAsh/based64/workflows/Rust/badge.svg?branch=master) [![Crates.io](https://img.shields.io/crates/v/based64.svg)](https://crates.io/crates/based64) [![Documentation](https://docs.rs/based64/badge.svg)](https://docs.rs/crate/based64/) Simple Base64 functions for Rust chads. ## Features - `alloc` - Enables usage of heap based collections; ## Performance There is collection of benchmarks made by [Nugine](https://github.com/Nugine) which includes this crate: https://github.com/Nugine/simd/issues/25 for reference information