Module varint_simd::num

source ·

Traits

  • Represents a signed scalar value that can be encoded to and decoded from a varint in ZigZag format.
  • Represents an unsigned scalar value that can be encoded to and decoded from a varint.