faf-syscall 2.0.0

Raw (asm), fast system calls for linux with no dependencies (no_std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# faf-syscall

syscall macro
* Fast
* Minimalist
* Dependency-free
* Linux
* `#![no_std]`
* Stable (not nightly)

This was originally developed for the [faf web server](https://github.com/errantmind/faf)

__Usage__

`sys_call!(SYS_NUM, arg1, arg2, ...)`