# NimbleCSV v1.3.0 - Table of Contents > A simple and fast CSV parsing and dumping library ## Pages - [Changelog for NimbleCSV](changelog.md) ## Modules - [NimbleCSV](NimbleCSV.md): NimbleCSV is a small and fast parsing and dumping library. - [NimbleCSV.RFC4180](NimbleCSV.RFC4180.md): A CSV parser that uses comma as separator and double-quotes as escape according to RFC4180. - [NimbleCSV.Spreadsheet](NimbleCSV.Spreadsheet.md): A parser with spreadsheet friendly settings. - Exceptions - [NimbleCSV.ParseError](NimbleCSV.ParseError.md)