actr-framework 0.3.0

Actor-RTC framework core (stub for code generation testing)
Documentation
1
2
3
4
5
6
7
8
//! Dynclib (cdylib) guest-side runtime module
//!
//! Runs in native shared libraries (.so/.dylib/.dll). Provides `DynclibContext`
//! (Context impl) that communicates with the host via `HostVTable` function pointers.

pub mod context;

pub use context::DynclibContext;