based64 0.4.8

BASE64 implementation for chads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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