← All repos

rust-csv

A CSV parser for Rust, with Serde support.

csvlibraryrustrust-library
Browse cluster: HTML Parsing & Error Tracking
475commits
57contributors
3languages

Tech stack & purpose

rust-csv is a fast and flexible CSV reader and writer for Rust, created by BurntSushi. The project comprises three main crates: a primary csv library with Serde support for deserializing CSV data into Rust structs, csv-core for low-level CSV parsing in no_std contexts without dependency on the Rust standard library, and csv-index for creating serializable data structures that enable random access indexing of CSV files. The crates are written in Rust and dual-licensed under MIT or the UNLICENSE.

Languages

Rust
99.5%
Shell
0.3%
Python
0.2%

Contributors (top 30 of 57)