1 2 3 4 5 6 7 8 9
#![forbid(unsafe_code)] pub mod dispatch; pub mod handshake; pub mod host_functions; pub mod identity; pub mod self_check; pub use handshake::{BuildPluginError, build_plugin};