borden

Crates.ioborden
lib.rsborden
version0.1.0
sourcesrc
created_at2023-02-23 13:10:18.611924
updated_at2023-02-23 13:10:18.611924
descriptionA simple RFC 4648-compliant Base64 encoder and decoder
homepage
repositoryhttps://github.com/hoosiernational/Borden
max_upload_size
id792742
size7,339
James "Jay" Oglesby (hoosiernational)

documentation

README

Borden

Simple lightweight Base64 encoder/decoder which allows fast RFC 4648-compliant Base64 usage without the engine generation, large dependencies, and unnecessary customization of the base64 crate.

It has no public structs, and only two methods:

  • encode(input: Vec<u8>) -> String
  • decode(input: &str) -> Vec<u8>
Commit count: 4

cargo fmt