maolan-plugin-protocol 0.0.6

Shared protocol types for Maolan out-of-process plugin hosting
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod events;
pub mod protocol;
pub mod ringbuf;
pub mod shm;

#[cfg(unix)]
pub use events::*;
pub use protocol::*;
pub use ringbuf::*;
pub use shm::*;