e2p-sys

Crates.ioe2p-sys
lib.rse2p-sys
version0.1.0
sourcesrc
created_at2023-03-18 21:05:16.129982
updated_at2023-03-18 21:05:16.129982
descriptionLow level bindings for libe2p (e2fsprogs/e2fslibs), providing functionality for ext2/ext3/ext4 filesystems
homepagehttps://github.com/michaellass/e2p-sys/
repositoryhttps://github.com/michaellass/e2p-sys.git
max_upload_size
id813983
size15,030
Michael Lass (michaellass)

documentation

README

e2p-sys: Low-level Rust bindings for libe2p from e2fsprogs

CI license crates.io docs.rs

This crate makes available functionality from libe2p. The bindings are automatically created by bindgen.

Requirements

  • libe2p, including development headers. Linux distributions typically packages those under one of the following names:
    • e2fsprogs(-dev)
    • e2fslibs(-dev)
    • libext2fs(-dev)
  • libclang is required by bindgen. This is sometimes packaged as libclang1.

Note that after an update of libe2p, you may need to rebuild this crate to get access to any newly introduced flags.

Intended Use

This crate should not be used directly. It's intended to be used to form higher-level abstractions.

Commit count: 53

cargo fmt