Skip to main content

nichlink_run_method/plugin/
plugin.rs

1//! Plugin protocol. The implementation lives in the kernel `plugin` module;
2//! this shim keeps the historical `nichlink_run_method::plugin` path.
3//! 插件协议。实现本体在 kernel 的 `plugin` 模块;
4//! 本 shim 保留 `nichlink_run_method::plugin` 历史路径。
5
6pub use nichlink::plugin;
7pub use nichlink::plugin::*;