memlink-runtime 0.2.0

Dynamic module loading framework with circuit breaker, caching, pooling, health checks, versioning, and auto-discovery
Documentation
1
2
3
4
5
6
7
//! FFI module for dynamic library loading.

pub mod loader;
pub mod symbols;

pub use loader::ModuleLoader;
pub use symbols::ModuleSymbols;