An open API service indexing awesome lists of open source software.

https://github.com/sunfishcode/rustix-libc-wrappers


https://github.com/sunfishcode/rustix-libc-wrappers

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          


rustix-libc-wrappers


Safe Rust bindings to `libc` functions


Github Actions CI Status
zulip chat
crates.io page
docs.rs docs


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