syscall.rs fork for squiid.
Find a file
Jorge Aparicio 552d5b941e
Merge pull request #27 from matklad/patch-1
Use correct spdx syntax
2021-04-11 16:38:59 +00:00
ci actually run tests 2017-01-13 00:02:22 -05:00
examples fix test and example 2017-01-13 00:09:10 -05:00
src remove unnecessary feature 2020-07-16 17:23:58 -07:00
tests linux: test that the return code, in the error case, has the right sign 2017-01-13 09:29:31 -05:00
tools Fix nr_from_src.py 2017-11-05 21:38:47 +00:00
.gitignore Initial commit 2014-09-06 14:14:12 -07:00
.travis.yml MIPS support 2017-01-12 23:50:03 -05:00
Cargo.toml Use correct spdx syntax 2021-04-09 01:22:54 +03:00
CHANGELOG.md v0.2.2 2017-11-06 00:54:00 +01:00
COPYRIGHT Prepare for crates.io upload 2015-01-10 12:43:48 -08:00
LICENSE-APACHE Initial commit 2014-09-06 14:14:12 -07:00
LICENSE-MIT Initial commit 2014-09-06 14:14:12 -07:00
README.md Fix link in README.md 2017-01-24 00:03:48 +09:00

Raw system calls for Rust

This library allows Rust code to invoke system calls directly.

See the list of supported platforms. Additions are very welcome!

We do not intend to provide wrapper functions like read(2) etc. because there are many subtly different ways to define them in Rust.