rust-csv
CSV parser
A Rust library for parsing and generating CSV data structures
A CSV parser for Rust, with Serde support.
2k stars
18 watching
220 forks
Language: Rust
last commit: 2 months ago
Linked from 1 awesome list
csvlibraryrustrust-library
Related projects:
Repository | Description | Stars |
---|---|---|
burntsushi/suffix | A Rust library for building efficient suffix arrays with Unicode support | 263 |
rust-scraper/scraper | A Rust library for parsing and querying HTML documents using CSS selectors. | 1,961 |
utkarshkukreti/select.rs | A Rust library for extracting useful data from HTML documents | 974 |
burntsushi/tabwriter | A crate that provides elastic tabstops for text formatting in Rust. | 248 |
beatrichartz/csv | A library for parsing and encoding CSV files in Elixir. | 500 |
burntsushi/byteorder | A Rust library for encoding and decoding numbers in different byte orders. | 989 |
servo/html5ever | An HTML parser designed to meet the standards of modern web browsers | 2,171 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 51 |
robsteranium/csvwr | A package for reading and writing annotated CSV tables according to the 'CSV on the Web' standard | 15 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
hashrock/deno-fnparse | A parser combinator library for Deno that provides a simple way to parse CSV data. | 11 |
brutella/swift-csv | A stream-based CSV parsing and writing library in Swift. | 84 |
ashaduri/csv-parser | A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime. | 30 |
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 926 |