# RustyCSV v0.3.10 - API Reference

## Modules

- Core
  - [RustyCSV](RustyCSV.md): RustyCSV is an ultra-fast CSV parsing and dumping library powered by purpose-built Rust NIFs.
  - [RustyCSV.RFC4180](RustyCSV.RFC4180.md): A CSV parser/dumper following RFC 4180 conventions.
  - [RustyCSV.Spreadsheet](RustyCSV.Spreadsheet.md): A spreadsheet-compatible parser using UTF-16 Little Endian encoding.

- Streaming
  - [RustyCSV.Streaming](RustyCSV.Streaming.md): Streaming CSV parser for processing large files with bounded memory.

- Low-Level
  - [RustyCSV.Native](RustyCSV.Native.md): Low-level NIF bindings for CSV parsing and encoding.

- Exceptions
  - [RustyCSV.ParseError](RustyCSV.ParseError.md): Exception raised when CSV parsing fails.

