libredox
cargoRedox stable ABI
Audits
libredox@0.1.17 · 3 findings
libredox 0.1.17 is a thin Rust wrapper around the Redox kernel's stable C ABI: ~37 extern "C" syscalls (FDs, processes, signals, namespaces, mmap, time) plus a protocol module of call-number enums and C-layout structs. The crate matches its upstream commit, ships no binaries, build script, or proc-macro, and contains no network, exec, env, crypto, or concurrency code. Three low-severity findings: two unsafe helpers lack safety comments, and no test suite ships.
libredox@0.1.16 · 1 finding
libredox 0.1.16 is a thin Redox stable-ABI binding crate: ~30 extern "C" syscall declarations, safe typed wrappers, an Fd RAII type, and protocol-vocabulary enums. Published source matches upstream byte-for-byte; one low-severity informational finding for 47 unsafe blocks without SAFETY: comments and no tests. Safe to use.