BurntSushi/rust-csv: A CSV parser for Rust, with Serde support.

1380
STARS
14
WATCHERS
188
FORKS
71
ISSUES

rust-csv Recent Issues

Issue Title State Comments Created Date Updated Date
Trim only unquoted fields open 0 2023-03-16 2023-03-14
Writer does not support serialization of structs using serde flatten closed 1 2023-03-10 2023-03-14
Feature request: Writer::terminate_record open 1 2023-02-28 2023-03-14
csv::ReaderBuilder::from_reader() moves the file reader. open 2 2023-02-21 2023-03-14
StringRecord to String without Result? closed 15 2023-01-03 2023-03-14
the method `into_iter` exists for struct `DeserializeRecordsIntoIter<&mut std::io::Cursor<&str>, RawEntry>` closed 4 2022-12-27 2023-03-14
CRLF only record terminator closed 6 2022-12-27 2023-03-14
feat: support trim in `csv_core` closed 6 2022-10-24 2023-03-14
Quote injection bug in core parser closed 1 2022-10-21 2023-03-14
About the README example closed 2 2022-10-20 2023-03-14
impl Reader<Reader<File>> open 0 2022-07-10 2023-03-14
Consider a mechanism to skip map's, or allow for a default operation closed 6 2022-06-01 2023-03-14
Performance issue with the redundancy operations open 1 2022-06-01 2023-03-14
Writer support for padding / formatting / prettifying closed 2 2022-05-21 2023-03-14
Error Deserializing Struct With `flatten`-ed Tagged Enum open 2 2022-05-03 2023-03-22
Quotes included despite using QuoteStyle::Never open 4 2022-04-25 2023-03-14
Confusing relationship between `has_headers` and `set_headers` open 14 2022-04-22 2023-03-14
CSV Deserialization is much slower than xsv row counting closed 5 2022-04-19 2023-03-14
Error 'InvalidDigit' when parsing Integer fields that contain whitespaces closed 4 2022-04-19 2023-03-14
No error, when there are no items in CSV file during struct deserializing (with serde) open 3 2022-04-04 2023-03-14
Please release current master as 1.1.7 closed 12 2022-03-11 2023-03-14
Automatically transcode UTF-16LE encoded files to UTF-8 when reading CSV files closed 2 2022-03-06 2023-03-14
Unexpected UTF-8 error open 0 2022-02-24 2023-03-14
StringRecords back to original csv string functionality closed 3 2022-02-21 2023-03-14
Owned iterator over StringRecord closed 7 2022-02-03 2023-03-14
Feature request: Zero copy API closed 2 2022-01-31 2023-03-14
[suggestion] implement `std::iter::DoubleEndedIterator` closed 2 2022-01-30 2023-03-14
Request: Enable GitHub Discussions closed 1 2022-01-28 2023-03-14
Is Linear TSV supported? open 1 2022-01-23 2023-03-14
Question about deserializing with `serde::de::DeserializeSeed` open 1 2021-12-29 2023-03-14
Parsing String fields with newlines + wrapped in double quotes closed 1 2021-12-14 2023-03-14
Question about (de)serializing vectors closed 2 2021-11-25 2023-03-14
Single record deserialization is 250 times slower than json closed 10 2021-11-20 2023-03-14
feature: allow erroring on unterminated quoted fields closed 1 2021-11-02 2023-03-14
Broken crates.io badges in Readmes open 0 2021-09-25 2023-03-14
`WriterBuilder` with `QuoteStyle::Always` omits trailing quote closed 2 2021-09-15 2023-03-14
Provide a way to serialize the header prefixed with a comment character open 0 2021-08-24 2023-03-14
Serde doesn't work with .has_headers(true) closed 4 2021-08-20 2023-03-14
Documentation: Add `StringRecord` indexing example to readme/cookbook open 1 2021-08-15 2023-03-14
Reading from String, not from File? closed 5 2021-08-12 2023-03-14
serializing nested struct with #[serde(flatten)] is not supported open 15 2021-08-10 2023-03-14
Noob question: writing a new record overwrites the existing csv file. open 10 2021-08-09 2023-03-14
If headers are not provided then the first record is not trimmed properly open 1 2021-07-23 2023-03-14
Allow escaping the delimiter open 0 2021-05-28 2023-03-14
Newbie question: implementation of `_::_serde::Deserialize` is not general enough open 9 2021-04-15 2023-03-14
reader read errror with leading double quote closed 1 2021-04-01 2023-03-14
Long input lines clobber subsequent performance closed 2 2021-03-07 2023-03-14
how can i append a line into my csv file using this crate? closed 1 2021-03-05 2023-03-23
How can I quickly get the number of lines in a CSV file? closed 6 2021-03-04 2023-03-14
Escaped quotes move to end in deserialised output, mangle next line closed 2 2021-02-24 2023-03-14

BurntSushi's Other Repos