uint-zigzag 0.2.1

Uint is a convenience wrapper for zig-zag encoding integers to byte sequences. This allows better compression since the majority of numbers are quite small resulting in 1 or 2 bytes in the most common case vs 4 for 32-bit numbers or 8 for 64-bit numbers. This also permits the user to not have to think about which integer type is the most efficient to compress.
Documentation

Build #3392197 2026-05-26 15:28:46

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind Other

# pre-build errors the crate depends on yanked dependencies: Updating crates.io index error: failed to select a version for the requirement `core2 = "^0.4"` version 0.4.0 is yanked location searched: crates.io index required by package `uint-zigzag v0.2.1 (/home/cratesfyi/workspace-builder3/builds/uint-zigzag-0.2.1/source)`