mirror of
https://github.com/nushell/nushell.git
synced 2025-06-03 16:45:41 +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};
|