libfdisk

Crates.iolibfdisk
lib.rslibfdisk
version0.1.5
sourcesrc
created_at2022-03-10 02:00:27.761677
updated_at2022-06-11 23:15:54.067078
descriptionRust wrappers for libfdisk
homepage
repositoryhttps://github.com/hommeabeil/libfdisk-rs
max_upload_size
id547265
size43,121
Jean Bouchard (hommeabeil)

documentation

README

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

Commit count: 27

cargo fmt