nu_cmd_dataframe/
lib.rs

1#[cfg(feature = "dataframe")]
2pub mod dataframe;
3#[cfg(feature = "dataframe")]
4pub use dataframe::*;