BSD-3-Clause licensed by Eric Demko
Maintained by [email protected]
This version can be pinned in stack with:zigzag-0.1.0.0@sha256:794afe9e8f7a8abd79d77ae4bb0bb2eeb14b56bc49d2e2cbd8220b6778eecb70,1226

Module documentation for 0.1.0.0

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2024-04-19(full list with versions):

zigzag

Zig-Zag encoding of integers into natural numbers. This encoding scheme has the advantage that LEB128, which is normally only specified for unsigned integers, will naturally represent small-magnitude signed integers (positive or negative) in few bytes.

Changes

Revision history for zigzag

0.1.0.0 – 2024-01-31

  • Update package metadata.

0.0.1.0 – 2022-01-31

  • First version.