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
mod var;
mod var_type;

pub use var::*;
pub use var_type::*;