base128 0.1.0

Ground for base128 implementation, highly efficient but not common
Documentation

Base128 (WIP, not usable)

Please, do not use, still under development.

Base128 is a simple encoding scheme that encodes arbitrary binary data as an array of ASCII characters.

The main concern around base128 is that it does not have only printable characters, like base64, base91 and base94 does, but also control characters, because of that, it is not that commonly used. Even though, it is used in embedded systems and to transport data, since it can be more efficient than base64.