Expand description

I originally made this crate in order to pack some data into tweets. However halfway through making the crate, I discovered with the help of a very helpful table that Twitter weights its characters, and that Base131072 is not actually the most efficient way to encode information on Twitter, but rather Base2048. Another very good crate implements Base2048.

However, this crate should still work, should you want to encode something Base131072 for some reason!

Structs

The error encountered when decoding an invalid Base2048 string

Functions

Decode a base131072 encoded string

Encode some bytes to a base131072 encoded string