Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tokenrove/trivial-leb128
- Owner: tokenrove
- Created: 2017-04-18T14:15:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T17:50:58.000Z (over 7 years ago)
- Last Synced: 2024-10-29T13:01:36.647Z (2 months ago)
- Topics: leb128, library, rust, trivial
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/protobufNot 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