#safe #libc #bindings #function

no-std rustix-libc-wrappers

Safe Rust bindings to libc functions

1 unstable release

new 0.1.0 Mar 7, 2025

#450 in Unix APIs

Apache-2.0…

15KB
215 lines

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.

Dependencies

~1.8–10MB
~124K SLoC