faf-syscall

Crates.iofaf-syscall
lib.rsfaf-syscall
version3.0.3
sourcesrc
created_at2021-12-07 21:46:19.726005
updated_at2022-03-13 20:53:46.554198
descriptionRaw (asm), fast system calls for linux with no dependencies (no_std)
homepagehttps://github.com/errantmind/faf-syscall
repositoryhttps://github.com/errantmind/faf-syscall
max_upload_size
id494110
size6,629
James Bates (errantmind)

documentation

README

faf-syscall

syscall macro

  • Fast
  • Minimalist
  • Dependency-free
  • Linux
  • #![no_std]
  • Stable (not nightly)

This was originally developed for the faf web server

Usage use faf_syscall::sys_call;

let result = sys_call!(SYS_NUM, arg1, arg2, ...)

Returns result as a positive isize or errno as a negative isize.

Commit count: 9

cargo fmt