mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 16:44:27 +02:00
7 lines
100 B
Rust
7 lines
100 B
Rust
pub mod jsonrpc;
|
|
mod plugin;
|
|
|
|
pub mod test_helpers;
|
|
|
|
pub use crate::plugin::{serve_plugin, Plugin};
|