e2p-sys 0.1.0

Low level bindings for libe2p (e2fsprogs/e2fslibs), providing functionality for ext2/ext3/ext4 filesystems
docs.rs failed to build e2p-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.