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