nushell/crates/nu_plugin_match/src/lib.rs
2020-02-10 15:32:10 -05:00

5 lines
44 B
Rust

mod match_;
mod nu;
pub use match_::Match;