mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 19:21:10 +00:00
6 lines
100 B
Rust
6 lines
100 B
Rust
pub mod jsonrpc;
|
|
mod plugin;
|
|
|
|
pub mod test_helpers;
|
|
|
|
pub use crate::plugin::{serve_plugin, Plugin};
|