nushell/crates/nu_plugin_binaryview/src/lib.rs

5 lines
57 B
Rust
Raw Normal View History

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