Registry / networking / xous
library0.9.70rscratesunverified

System call interface for the Xous operating system, providing low-level OS primitives.

# Cargo.toml [dependencies] xous = "0.9.70"
INSTALL
IMPORT
SIG · XOUS
X
xous
networkingrustv0.9.70
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SysCall
use xous::SysCall;

Initializes the Xous system call interface.

use xous::SysCall; fn main() { let result = SysCall::new(); println!("System call interface initialized"); }
Debug
Known issues
breakingOnly works on Xous-based systems (e.g., Betrusted).
fix
Ensure you are targeting a Xous platform.
affects: >=0.9.0
Upgrade
Version history
0.9.70latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
xous — cargo add xous · libregistry