mirror of
https://github.com/redox-os/syscall.rs
synced 2026-08-25 08:16:15 +00:00
No description
- Rust 88.1%
- C 9.3%
- Python 2.2%
- Shell 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| ci | ||
| examples | ||
| src | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| COPYRIGHT | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
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.