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

https://github.com/doumanash/based64

Simple Base64 functions for Rust chads.
https://github.com/doumanash/based64

base64

Last synced: 2 months ago
JSON representation

Simple Base64 functions for Rust chads.

Awesome Lists containing this project

README

        

# 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