Crate c0sv

Source

Structs§

  • 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.

Enums§

Functions§

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