nushell/crates/nu-cmd-dataframe/src/lib.rs

5 lines
101 B
Rust
Raw Normal View History

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