forked from AbleOS/ableos
5 lines
82 B
Rust
5 lines
82 B
Rust
//! Interprocess communication
|
|
pub mod buffer;
|
|
pub mod message;
|
|
pub mod protocol;
|