Crate sc

source · []
Expand description

Raw system calls for Rust.

NOTE: Only these architectures have been ported to the stable (as of 1.59) asm! macro

  • aarch64
  • riscv64
  • x86_64

All the other architectures use the deprecated llvm_asm! macro which has already been removed. To use this crate with those architectures you’ll need to use an older nightly like nightly-2022-01-14

Re-exports

pub use platform::*;

Modules

This library was built for x86-64 Linux.

Macros