Library for handling binaries in Elixir
I was missing something like Elixir.String which operated on bytes instead of codepoints, so I wrote a tiny lib with a few handy functions, mostly wrappers for erlang’s :binary. Would love to get some feedback.