tinysyscall 0.1.0

a (no depend std) tiny syscall abstract layer...
Documentation
1
2
3
4
5
#[cfg(target_arch = "riscv64")]
pub mod riscv;

#[cfg(target_arch = "x86_64")]
pub mod x86_64;