issues
search
BurntSushi
/
rust-csv
A CSV parser for Rust, with Serde support.
The Unlicense
1.72k
stars
219
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
🏁 Race of Sloths: The Open Source Developer Challenge is about to start
#376
akorchyn
closed
2 months ago
0
Does csv_index::RandomAccessSimple store approximate or exact byte offsets?
#375
gavinwahl
opened
2 months ago
1
Apply select clippy perf lints
#374
jqnatividad
opened
3 months ago
0
fix typos
#373
jqnatividad
opened
3 months ago
0
Feature Request: Include record length or range in `Position`
#372
korrat
closed
3 months ago
1
Broken link to Error struct in docs
#371
alexkingnz
opened
3 months ago
0
Memory Leak
#370
wspeirs
closed
4 months ago
3
Fix 337: Look ahead for b' ' if skip_initial_space is enabled
#366
hesampakdaman
closed
3 months ago
0
Failure to parse content when last line is a comment.
#363
Comattin
opened
7 months ago
1
Encoding in CP Windows 1250
#362
zszep
closed
7 months ago
2
doc: fix typo in tutorial.rs
#361
uenojp
opened
7 months ago
0
Cannot Deserialize Serialize output when outer type is an untagged enum.
#360
cafce25
opened
7 months ago
0
Position is actually not optional
#359
fraillt
closed
7 months ago
3
Serializing `None` vs serializing empty string
#358
lennartkloock
closed
7 months ago
4
unexpected behavior (bug?) when using serde untagged with an enum to deserialize csv data
#357
klebs6
closed
8 months ago
1
feat: add invalid_result helper function
#356
lucatrv
opened
9 months ago
0
Improve Interoperability with Error Reporting Tools
#355
dtoniolo
opened
9 months ago
0
Error During the Deserialization of `String` Fields from Nested `struct`s
#354
dtoniolo
closed
9 months ago
4
Automatically add an index number to headers that contain duplicate fields.
#353
claudiofsr
closed
9 months ago
2
docs: typos
#352
cyril-marpaud
opened
10 months ago
0
Mutable ref
#350
huntc
closed
9 months ago
1
How to serialize to a byte buffer
#349
huntc
closed
9 months ago
16
Header Implementations "Content-Disposition".
#348
wnesbv
closed
10 months ago
2
Can the separator in CSV format support the char type?
#346
yourenawo
closed
11 months ago
1
Feature request: please add `invalid_result` deserializer
#345
lucatrv
opened
11 months ago
7
Deserializing a String field inside a flattende struct fails if the field contains a valid integer
#344
tyilo
opened
11 months ago
11
Add Support for serde_transcode::transcode
#343
justin-lyon
closed
11 months ago
2
Handling (serialization) of nested containers
#342
primeos-work
opened
1 year ago
8
How to writing column?
#339
hanusek
closed
1 year ago
1
rollup writer comment support, some CI fixes and bump MSRV to Rust 1.61
#338
BurntSushi
closed
1 year ago
0
Space after delimiter messes with quoting
#337
SimonCadge
opened
1 year ago
5
Feature: Manually add headers to new CSV, using proposed csv::Writer.push_header() function
#336
pcgeek86
closed
1 year ago
2
`write_byte_record` and `write_field` does not mix well and this is not properly documented.
#335
vi
opened
1 year ago
1
api: expose writer flush_buf
#333
okjodom
closed
1 year ago
9
added NONE Terminator
#332
scMarkus
closed
1 year ago
3
Disable line terminator config
#331
scMarkus
closed
1 year ago
5
Deserialize a field to an empty Vec<>
#330
ldicarlo
opened
1 year ago
0
Program crashes caused by inappropriate parameter sizes.
#329
xizheyin
closed
1 year ago
1
A nested struct deserializer problem
#328
wjwei-handsome
closed
1 year ago
3
Use `#[non_exhaustive]` tag instead of manually `__Nonexhaustive` variant
#325
stackinspector
opened
1 year ago
0
Feature request: Writer::serialize_iterator
#323
garro95
closed
1 year ago
1
Add `Writer::get_ref`
#322
threecgreen
closed
1 year ago
4
Writing to stdout/stderr from multiple threads results in split or mixed lines
#320
jpmckinney
closed
1 year ago
0
Writing custom types with write_record and AsRef<[u8]> implementation not possible?
#318
stevenliebregt
closed
1 year ago
0
Improve error reporting of the serde csv serializer.
#317
jstranik
opened
1 year ago
2
[FIX] Update README clone-and-run example console commands
#316
itxasos23
opened
1 year ago
0
how to initialize a record from a Vec with custom struct
#315
jayhuang75
opened
1 year ago
0
Serve deserialization fails with flexible row size
#314
PopFlamingo
closed
1 year ago
6
[Question] Seeking to first record in the file
#313
patataofcourse
closed
1 year ago
5
performance tweaks
#312
jqnatividad
closed
3 months ago
2
Next