base131072

Crates.iobase131072
lib.rsbase131072
version0.1.2
sourcesrc
created_at2022-02-26 20:18:46.755018
updated_at2022-02-26 22:15:26.130744
descriptionBase131072 encoding
homepagehttps://github.com/jpopesculian/base131072
repositoryhttps://github.com/jpopesculian/base131072
max_upload_size
id540104
size54,853
Julian Popescu (jpopesculian)

documentation

https://docs.rs/base131072/

README

base131072

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!

License: MIT OR Apache-2.0

Commit count: 12

cargo fmt