Crate mule[][src]

Structs

Dataset
DefaultTyper

Default typing scheme

RawValue

A CSV value

ReadingOptions

Enums

ColumnValue

A single value in a dataset’s column

Separator

Dataset separator used while reading

Value

A fully typed value

ValueType

Tag of typed values

Traits

Typer

Infers the type of a raw value

ValueParser

Parsing of CSV raw values into primitive types

Functions

read_file

Opens and reads the dataset at the specified file using the default options and type system.

Type Definitions

Result
TypedDataset