dcs-module-ipc 0.5.1

Building block to implement pull-based IPC communication into Lua modules (DLLs) for DCS World.
1
2
3
4
mod retain_mut;
mod ipc;

pub use ipc::{Error, IPC};