mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
6 lines
71 B
Rust
6 lines
71 B
Rust
#![type_length_limit = "2474736"]
|
|
|
|
mod nu;
|
|
mod sys;
|
|
|
|
pub use sys::Sys;
|