scall 0.2.3

Friendlier raw system calls for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.libc]
version = "0.2"

[package]
authors = ["The syscall.rs Project Developers", "cptpcrd"]
description = "Friendlier raw system calls for Rust."
edition = "2018"
keywords = ["syscall", "system", "call"]
license = "MIT OR Apache-2.0"
name = "scall"
readme = "README.md"
repository = "https://github.com/cptpcrd/scall"
version = "0.2.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-freebsd"]