# Brasilex v0.3.0 - Table of Contents

Elixir library for Brazilian utilities and helpers.

## Pages

- [README](readme.md)
- [Changelog](changelog.md)

## Modules

- [Brasilex](Brasilex.md): Brazilian utilities for boletos, state registration, and more.
- [Brasilex.Boleto](Brasilex.Boleto.md): Represents a parsed Brazilian boleto (bank slip).
- [Brasilex.Boleto.Checksum.Mod10](Brasilex.Boleto.Checksum.Mod10.md): Implements the Modulo 10 check digit algorithm as defined by FEBRABAN.
- [Brasilex.Boleto.Checksum.Mod11](Brasilex.Boleto.Checksum.Mod11.md): Implements the Modulo 11 check digit algorithm as defined by FEBRABAN.
- [Brasilex.IE](Brasilex.IE.md): Struct and functions for State Registration (Inscrição Estadual) validation.
- [Brasilex.IE.Checksum.Mod9](Brasilex.IE.Checksum.Mod9.md): Implements the Modulo 9 check digit algorithm used by Roraima (RR).

- Exceptions
  - [Brasilex.ValidationError](Brasilex.ValidationError.md): Exception raised when validation fails.

