Crate mule[][src]

Re-exports

pub use schema_inference::infer_column_types;
pub use schema_inference::infer_separator;
pub use schema_inference::read_column_names;

Modules

schema_inference

Structs

CsvParser

Parser of CSV byte streams

Dataset
DefaultTyper
RawValue

A CSV value

ReadingOptions

Enums

ColumnValue
Separator
Value
ValueType

Traits

TypedValue

A value of a concrete type

Typer

Infer the type of a raw value

ValueParser

Functions

read_file

Type Definitions

Result
TypedDataset