Skip to content

permaweb/b64rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b64rs

Small Base64 helpers for Erlang, backed by Rust.

What it does

  • b64rs:encode/1 turns binary data into URL-safe Base64 without padding.
  • b64rs:decode/1 turns it back into the original binary.

Run tests

rebar3 eunit

Run benchmarks

cargo bench --manifest-path native/b64rs/Cargo.toml --bench codec

About

Erlang base64-simd Rust NIF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors