https://github.com/sunfishcode/rustix-libc-wrappers
https://github.com/sunfishcode/rustix-libc-wrappers
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunfishcode/rustix-libc-wrappers
- Owner: sunfishcode
- License: other
- Created: 2025-02-20T13:18:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T02:12:27.000Z (11 months ago)
- Last Synced: 2025-05-31T20:24:10.981Z (8 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
rustix-libc-wrappers is a wrapper around functions in [`libc`] that can only be
implemented in libc.
## Minimum Supported Rust Version (MSRV)
This crate currently works on the version of [Rust on Debian stable], which is
currently Rust 1.63. This policy may change in the future, in minor version
releases, so users using a fixed version of Rust should pin to a specific
version of this crate.
[Rust on Debian stable]: https://packages.debian.org/stable/rust/rustc
[`libc`]: https://docs.rs/libc