nushell/crates/nu_plugin_match/src/lib.rs

5 lines
44 B
Rust
Raw Normal View History

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