#bindings #ffi #libmount

sys rsmount-sys

Raw FFI bindings to the util-linux/libmount C library

2 unstable releases

0.2.0 Oct 10, 2024
0.1.0 Sep 30, 2024

#356 in Operating systems

Download history 167/week @ 2024-09-30 174/week @ 2024-10-07 26/week @ 2024-10-14

367 downloads per month

Apache-2.0 OR MIT

12KB
87 lines

rsmount-sys

Crates.io License Crates.io MSRV


Raw Rust FFI bindings to the util-linux/libmount C library.


Supported library version

This crate requires libmount version 2.39.2 or later.

Build dependencies

To build this crate, install the following packages in addition to the Rust toolchain.

  • util-linux: to generate Rust bindings from libfdisk's header files.
  • libclang: to satisfy the dependency of bindgen on libclang.
  • pkg-config: to detect system libraries.

NixOS

Temporarily install the required packages with:

nix-shell -p util-linux.dev libclang.lib pkg-config

or permanently with:

nix-env -iA nixos.util-linux.dev nixos.libclang.lib nixos.pkg-config

Alpine Linux

As root, issue the following command:

apk add util-linux-dev clang-libclang pkgconfig

Ubuntu

sudo apt-get install libmount-dev libclang-dev pkg-config

License

Copyright (c) 2023 Nick Piaddo

SPDX-License-Identifier: Apache-2.0 OR MIT

Dependencies

~0–2MB
~40K SLoC