Docs.rs
  • data_reader-0.5.0
    • data_reader 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rcarson3
    • Dependencies
      • anyhow ^1.0 normal
      • bytecount ^0.6.3 normal
      • lexical ^6.1.1 normal
      • memchr ^2.5.0 normal
      • memmap2 ^0.5.5 normal optional
      • criterion ^0.3.6 dev
    • Versions
    • 60.76% 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

data_reader0.5.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • reader::ReaderParams
  • reader::reader_results::RawReaderResultsCols
  • reader::reader_results::RawReaderResultsRows
  • reader::reader_results::ReaderResultsCol
  • reader::reader_results::ReaderResultsRow

Enums

  • reader::Delimiter

Traits

  • reader::reader_results::RawReaderParse
  • reader::reader_results::ReaderResults

Macros

  • load_text
  • reader::load_text

Functions

  • reader::float_reader::load_txt_f32
  • reader::float_reader::load_txt_f64
  • reader::int_reader::load_txt_i128
  • reader::int_reader::load_txt_i16
  • reader::int_reader::load_txt_i32
  • reader::int_reader::load_txt_i64
  • reader::int_reader::load_txt_i8
  • reader::parser::parse_txt
  • reader::parser_utility::count_num_fields
  • reader::parser_utility::read_num_file_lines
  • reader::parser_utility::read_num_file_tot_lines
  • reader::prim_reader::load_txt_bool
  • reader::prim_reader::load_txt_char
  • reader::prim_reader::load_txt_string
  • reader::uint_reader::load_txt_u128
  • reader::uint_reader::load_txt_u16
  • reader::uint_reader::load_txt_u32
  • reader::uint_reader::load_txt_u64
  • reader::uint_reader::load_txt_u8
  • reader::uint_reader::load_txt_usize