package
0.0.0-20220412220916-5ea02083e3ec
Repository: https://github.com/riteshrch/go-edge-device-lib.git
Documentation: pkg.go.dev

# Functions

FromUvarint reads an unsigned varint from the beginning of buf, returns the varint, and the number of bytes read.
PutUvarint is an alias for binary.PutUvarint.
ReadUvarint reads a unsigned varint from the given reader.
ToUvarint converts an unsigned integer to a varint-encoded []byte.
UvarintSize returns the size (in bytes) of `num` encoded as a unsigned varint.

# Constants

MaxLenUvarint63 is the maximum number of bytes representing an uvarint in this encoding, supporting a maximum value of 2^63 (uint63), aka MaxValueUvarint63.
MaxValueUvarint63 is the maximum encodable uint63 value.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author