mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 06:01:11 +02:00
7 lines
71 B
Rust
7 lines
71 B
Rust
#![type_length_limit = "2474736"]
|
|
|
|
mod nu;
|
|
mod sys;
|
|
|
|
pub use sys::Sys;
|