Docs.rs
tabiew-0.13.1
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tabiew 0.13.1
A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.
Crate
Source
Builds
Feature flags
Hide files
..
reader
writer
data_source.rs
mod.rs
1
2
3
4
5
mod
data_source
;
pub
mod
reader
;
pub
mod
writer
;
pub
use
data_source
::
DataSource
;