Crate xous

source · []

Re-exports

pub use locale::LANG;
pub use definitions::*;
pub use string::*;
pub use stringbuffer::*;
pub use syscall::*;

Modules

A Carton is an object that wraps another object for shipping across the kernel boundary. Structs that are stored in Cartons can be sent as messages.

Macros

Structs

Describes all parameters that are required to start a new process on this platform.
A 16-byte random nonce that identifies this process to the kernel. This is usually provided through the environment variable XOUS_PROCESS_KEY.
This is returned when a process is created
Describes the parameters required to create a new thread on this platform.