Expand description
§Zende
Zende is a minimal library for the zigzag encoding and decoding of integers.
Traits§
- Zigzag
- An extension trait implemented for all Rust integers to encode and decode between signed and unsigned variants using zigzag encoding.