sc

Crates.iosc
lib.rssc
version0.2.7
sourcesrc
created_at2017-01-14 01:55:22.947552
updated_at2022-03-24 14:24:21.048155
descriptionRaw system calls
homepage
repositoryhttps://github.com/japaric/syscall.rs
max_upload_size
id8049
size257,610
owners (github:integer32llc:owners)

documentation

https://docs.rs/sc

README

Raw system calls for Rust

This library allows Rust code to invoke system calls directly.

⚠️ 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

See the list of supported platforms. Additions are very welcome!

We do not intend to provide wrapper functions like read(2) etc. because there are many subtly different ways to define them in Rust.

Commit count: 122

cargo fmt