Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 969 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 969 Bytes

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

Build Status license crates.io

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)
  • libclang is required by bindgen

    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.