nushell/crates/nu_plugin_xpath/src/lib.rs
2020-10-12 18:18:39 -05:00

5 lines
42 B
Rust

mod nu;
mod xpath;
pub use xpath::Xpath;