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

https://github.com/eriknyquist/varints

Variable-length integer (VLQ) encoding and decoding, in C99. https://en.wikipedia.org/wiki/Variable-length_quantity
https://github.com/eriknyquist/varints

c-programming c-programming-language c-project embedded-c variable-length variable-length-data variable-length-encoding varint varints vlq

Last synced: 4 months ago
JSON representation

Variable-length integer (VLQ) encoding and decoding, in C99. https://en.wikipedia.org/wiki/Variable-length_quantity

Awesome Lists containing this project

README

        

Variable-length integer (VLQ) encoding and decoding in C99
----------------------------------------------------------

See `varints API documentation `_