plux-rs 1.1.2

A modular and performant plugin system for Rust applications, enabling secure and stable extension of functionality through external plugins.
Documentation
1
2
3
4
5
6
7
mod arg;
mod function;
mod request;

pub use arg::*;
pub use function::*;
pub use request::*;