native-ipc-core 0.2.0

Platform-neutral, pointer-free protocol and sequencing primitives for native-ipc
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(not(feature = "std"), no_std)]
#![doc = "Platform-neutral, pointer-free IPC protocol foundations."]

extern crate alloc;

pub mod codec;
pub mod layout;
pub mod mapping;
pub mod slot;