mirror of
https://github.com/nushell/nushell.git
synced 2025-05-12 14:04:25 +02:00
* Infer types from regular delimited plain text unstructured files. * Nothing resolves to an empty string.
5 lines
152 B
Rust
5 lines
152 B
Rust
mod line_delimited_parser;
|
|
|
|
pub use line_delimited_parser::parser::parse_line_with_separator;
|
|
pub use line_delimited_parser::shape::LineSeparatedShape;
|