Skip to content

Commit

Permalink
removed data_time_parser dependency; added transpose in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 28, 2020
1 parent cf1e531 commit 7c898d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ serde_derive = "1"
streaming-stats = "0.2.3"
tabwriter = "1"
threadpool = "1.3"
date_time_parser = "0.1.0"

[dev-dependencies]
quickcheck = { version = "0.7", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ since the 0.13.0 release that I found useful. It also implements percentage samp
(i.e., mean, standard deviation, median, range, etc.)
* **table** - Show aligned output of any CSV data using
[elastic tabstops](https://github.com/BurntSushi/tabwriter).
* **transpose** - Transpose rows/columns of CSV data.



### A whirlwind tour
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extern crate serde_derive;
extern crate stats;
extern crate tabwriter;
extern crate threadpool;
extern crate date_time_parser;

use std::borrow::ToOwned;
use std::env;
Expand Down

0 comments on commit 7c898d5

Please sign in to comment.