Crate c0sv

Crate c0sv 

Source

Structs§

Document
DocumentIterator
Iterator for a whole document. It’s strongly recommended to use a BufReader or some other buffered reader, because this will very often only iterate a single byte at a time to avoid overreading.
Heading
Unit
Units

Enums§

DocumentIteratorRow
Error

Functions§

read_document
Try to read a whole document contained in the byte array. The document may have any amount of trailing data, which will be ignored.