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

5 lines
53 B
Rust

mod from_bson;
mod nu;
pub use from_bson::FromBson;