Docs.rs
  • prettytable-rs-0.10.0
    • prettytable-rs 0.10.0
    • Permalink
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • phsym
    • pinkforest
    • Dependencies
      • csv ^1.1 normal optional
      • encode_unicode ^1.0 normal
      • is-terminal ^0.4 normal
      • lazy_static ^1.4 normal
      • term ^0.7 normal
      • unicode-width ^0.1 normal
    • Versions
    • 93.16% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

prettytable0.10.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • Cell
  • ColumnIter
  • ColumnIterMut
  • Row
  • Table
  • TableSlice
  • csv::Reader
  • csv::ReaderBuilder
  • csv::Writer
  • format::FormatBuilder
  • format::LineSeparator
  • format::TableFormat
  • format::consts::FORMAT_BORDERS_ONLY
  • format::consts::FORMAT_BOX_CHARS
  • format::consts::FORMAT_CLEAN
  • format::consts::FORMAT_DEFAULT
  • format::consts::FORMAT_NO_BORDER
  • format::consts::FORMAT_NO_BORDER_LINE_SEPARATOR
  • format::consts::FORMAT_NO_COLSEP
  • format::consts::FORMAT_NO_LINESEP
  • format::consts::FORMAT_NO_LINESEP_WITH_TITLE
  • format::consts::FORMAT_NO_TITLE

Enums

  • Attr
  • format::Alignment
  • format::ColumnPosition
  • format::LinePosition

Traits

  • AsTableSlice
  • Slice

Macros

  • cell
  • ptable
  • row
  • table

Type Aliases

  • color::Color
  • csv::Result

Constants

  • color::BLACK
  • color::BLUE
  • color::BRIGHT_BLACK
  • color::BRIGHT_BLUE
  • color::BRIGHT_CYAN
  • color::BRIGHT_GREEN
  • color::BRIGHT_MAGENTA
  • color::BRIGHT_RED
  • color::BRIGHT_WHITE
  • color::BRIGHT_YELLOW
  • color::CYAN
  • color::GREEN
  • color::MAGENTA
  • color::RED
  • color::WHITE
  • color::YELLOW