Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tokenrove/trivial-leb128

Trivial LEB128 en/decoding for Rust
https://github.com/tokenrove/trivial-leb128

leb128 library rust trivial

Last synced: 12 days ago
JSON representation

Trivial LEB128 en/decoding for Rust

Awesome Lists containing this project

README

        

If you're looking for a library to encode and decode [LEB128] in Rust,
you're probably looking for:

- https://crates.io/crates/leb128
- https://crates.io/crates/scroll
- https://crates.io/crates/protobuf

Not this library.

Note that we punt on encoding signed numbers, since there are several
approaches used in the wild. Ideally this library would provide all
such approaches.

[LEB128]: https://en.wikipedia.org/wiki/LEB128