linux-syscall 1.2.0

Linux syscall macros
Documentation
  • Coverage
  • 0.76%
    23 out of 3026 items documented2 out of 18 items with examples
  • Size
  • Source code size: 143.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 73.63 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 27s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jmillikin/rust-linux-syscall
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jmillikin

Linux syscall macros for Rust

This library defines syscall numbers and a syscall! macro for directly invoking Linux system calls.

The arch modules document available syscall numbers for all supported architectures, and the top-level module re-exports syscall numbers for the current target platform.

Supported architectures:

  • aarch64
  • arm
  • loongarch64
  • riscv64
  • s390x
  • x86
  • x86_64

To be supported by this library, an architecture must: