Low-level interaction with the operating system
Recipe | Crates | Categories |
---|---|---|
Call libc , the C standard library |
Call libc
, the C standard library
Bindings for directly calling libc
functions.
fn main() { todo!(); }
[low_level_system_calls: write (P1)](https://github.com/john-cd/rust_howto/issues/430)