# Varint v1.6.0 - Table of Contents

> A library to compress integers using LEB128 and SLEB128.

## Pages

- [Varint](readme.md)

## Modules

- [Varint.LEB128](Varint.LEB128.md): This module provides functions to convert unsigned integers to and from LEB128 encoded integers.
- [Varint.SLEB128](Varint.SLEB128.md): This module provides functions to convert signed integers to and from SLEB128 encoded integers.
- [Varint.Zigzag](Varint.Zigzag.md): This module provides functions to work with signed integers in conjunction with
LEB128 encoding.

