mirror of
https://github.com/nushell/nushell.git
synced 2025-05-20 01:40:47 +02:00
7 lines
121 B
Rust
7 lines
121 B
Rust
pub mod plugin;
|
|
pub mod plugin_call;
|
|
pub mod plugin_capnp;
|
|
pub mod serializers;
|
|
|
|
pub use plugin::{serve_plugin, Plugin};
|