native-ipc-core 0.3.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 = include_str!("../README.md")]

extern crate alloc;

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