Small Base64 helpers for Erlang, backed by Rust.
b64rs:encode/1turns binary data into URL-safe Base64 without padding.b64rs:decode/1turns it back into the original binary.
rebar3 eunitcargo bench --manifest-path native/b64rs/Cargo.toml --bench codec