Registry / other / libredox

libredox

JSON →
library0.1.17rscratesunverified

Provides the Redox stable ABI for interfacing with the Redox operating system.

# Cargo.toml [dependencies] libredox = "0.1.17"
INSTALL
IMPORT
SIG · LIBREDOX
L
libredox
otherrustv0.1.17
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.

call
use libredox::sys::call;

Calls a Redox system call.

use libredox::sys::call; fn main() { let result = call::close(0); println!("Close result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
libredox — cargo add libredox · libregistry