Module structured::csv[][src]

Expand description

An interface to CSV (comma-separated values).

Structs

Reader

CSV reader

Enums

FieldParser

A parser for a single field in CSV.

Functions

infer_schema

Infers the schema of CSV by reading one record.