Docs.rs
  • csv-stream-0.1.3
    • csv-stream 0.1.3
    • Permalink
    • Docs.rs crate page
    • Unlicense/MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • conradludgate
    • Dependencies
      • bstr ^0.2 normal
      • csv-core ^0.1 normal
      • futures ^0.3 normal optional
      • itoa ^0.4 normal
      • pin-project ^1 normal optional
      • ryu ^1 normal
      • serde ^1 normal
      • serde ^1 dev
      • tokio ^1 dev
    • Versions
    • 96% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate csv_stream

csv_stream0.1.3

  • All Items

Crate Items

  • Structs
  • Enums
  • Type Aliases

Crates

  • csv_stream

Crate csv_stream

Source

Structs§

Error
An error that can occur when processing CSV data.
Iter
An iterable CSV creator
Stream
A Streamable CSV creator
Writer
A already configured CSV writer.
WriterBuilder
Builds a CSV writer with various configuration knobs.

Enums§

ErrorKind
The specific type of an error.
QuoteStyle
The quoting style to use when writing CSV data.
Terminator
A record terminator.
Trim
The whitespace preservation behaviour when reading CSV data.

Type Aliases§

Result
A type alias for Result<T, csv_stream::Error>.

Results

Settings
Help

Query parser error: "Unexpected - (did you mean ->?)".