Skip to content

michaellass/e2p-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Low-level Rust bindings for libe2p from e2fsprogs

Resources

License

Stars

Watchers

Forks

Packages

No packages published