xous_ipc/
lib.rs

1#![cfg_attr(target_os = "none", no_std)]
2
3mod buffer;
4pub use buffer::*;