mirror of
https://github.com/nushell/nushell.git
synced 2025-05-22 23:51:18 +00:00
* plugin trait * impl of trait * record and absolute path * plugin example crate * clippy error * correcting cargo * evaluated call for plugin
9 lines
184 B
Rust
9 lines
184 B
Rust
pub mod evaluated_call;
|
|
pub mod plugin;
|
|
pub mod plugin_call;
|
|
pub mod plugin_capnp;
|
|
pub mod serializers;
|
|
|
|
pub use evaluated_call::EvaluatedCall;
|
|
pub use plugin::{serve_plugin, Plugin};
|