nushell/crates/old/nu_plugin_match/src/lib.rs
2022-03-04 09:36:03 -05:00

5 lines
44 B
Rust

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