base131072 0.1.2

Base131072 encoding
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented0 out of 3 items with examples
  • Size
  • Source code size: 54.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • jpopesculian/base131072
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jpopesculian

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