mirror of
https://github.com/nushell/nushell.git
synced 2025-03-02 01:11:44 +01:00
5 lines
57 B
Rust
5 lines
57 B
Rust
mod nu;
|
|
mod parse;
|
|
|
|
pub use parse::{ColumnNames, Parse};
|