base128

Crates.iobase128
lib.rsbase128
version0.1.0
sourcesrc
created_at2022-10-28 03:05:17.267593
updated_at2022-10-28 03:05:17.267593
descriptionGround for base128 implementation, highly efficient but not common
homepagehttps://gitlab.com/Kores/base128
repositoryhttps://gitlab.com/Kores/base128
max_upload_size
id699983
size3,806
Jonathan (JonathanxD)

documentation

https://docs.rs/base128/

README

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.

Commit count: 0

cargo fmt