nushell/crates/nu-command/src/charting/mod.rs
WindSoilder 852de79212
Implement histogram command (#5518)
* finish histogram

* adjust comment

* add test for histogram

* add Date to test

* move hashable value back inside chart package
2022-05-13 06:48:47 -05:00

5 lines
66 B
Rust

mod hashable_value;
mod histogram;
pub use histogram::Histogram;