mirror of
https://github.com/nushell/nushell.git
synced 2024-12-12 18:20:55 +01: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};
|