Registry / networking / xous-ipc

xous-ipc

JSON →
library0.10.10rscratesunverified

System call interface for Xous operating system.

# Cargo.toml [dependencies] xous-ipc = "0.10.10"
INSTALL
IMPORT
SIG · XOUS-IPC
X
xous-ipc
networkingrustv0.10.10
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.

Connection
use xous_ipc::Connection;

Create a new IPC connection to a named service.

use xous_ipc::Connection; fn main() -> Result<(), Box<dyn std::error::Error>> { let conn = Connection::new("service")?; Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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