Skip to content
/ base65536 Public

Rust implementation of qntm/base65536

License

Notifications You must be signed in to change notification settings

nuew/base65536

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base65536

Build Status Docs.rs Crates.io License

An implementation of base65536 for Rust.

Thanks to the base64 crate, which heavily inspired and influenced the API.

Installation

Add the following to your Cargo.toml:

[dependencies]
base65536 = "0.3"

Testing

Testing requires that submodules be downloaded. Before testing, run:

git submodule update --init

Benchmarks are available on nightly rust with the nightly feature.