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

5 lines
57 B
Rust

mod binaryview;
mod nu;
pub use binaryview::BinaryView;