mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 19:07:16 +02:00
9 lines
145 B
Rust
9 lines
145 B
Rust
#![doc = include_str!("../README.md")]
|
|
pub mod formats;
|
|
pub mod hook;
|
|
pub mod input_handler;
|
|
pub mod util;
|
|
mod wrap_call;
|
|
|
|
pub use wrap_call::*;
|