Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 455 Bytes

libfdisk-rs

Rust wrappers for libfdisk. This is the new home for this repository.

For those who coming from the old repository, the version 0.1.3 is exactly the same thing (no changes).

Dependencies

In order to compile this project you will need to install those packages on your system:

  1. llvm
  2. libfdisk-dev
  3. clang

On Debian you can run:

apt install llvm libfdisk-dev clang

A change to test