nushell/crates/nu_plugin_tree/src/lib.rs

5 lines
45 B
Rust
Raw Normal View History

mod nu;
mod tree;
pub use tree::TreeViewer;