1 unstable release
0.1.0 | Mar 18, 2023 |
---|
#7 in #ext4
Used in 2 crates
(via e2p-fileflags)
10KB
96 lines
e2p-sys: Low-level Rust bindings for libe2p from e2fsprogs
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.
Dependencies
~0–2.3MB
~38K SLoC