File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # disks-rs
1+ # disks-rs 💽
22
33This project began life in the [ blsforme] ( https://github.com/serpent-os/blsforme ) project for Serpent OS.
44However as time went on it became clear we needed to extend the capabilities beyond simple topology scanning
@@ -7,7 +7,7 @@ and superblocks to support the installer and other use cases.
77Importantly due to using blsforme in moss, and requiring static linking to avoid soname breakage on updates,
88we were unable to leverage ` libblkid ` due to licensing incompatibilities.
99
10- ## Goals
10+ ## Goals 🎯
1111
1212Provide safe and sane APIs for dealing with filesystems, block devices and partitioning in Rust. The intent
1313is to provide a high level API that can be used to build tools like installers, partitioners, and other disk
@@ -16,13 +16,13 @@ management tools.
1616With support, we will also provide the foundations for a Rust implementation of ` libblkid ` , while also providing
1717an alternative to ` libparted ` .
1818
19- ## Support Us
19+ ## Support Us ❤️
2020
2121[ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/J3J511WM9N )
2222
2323[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/ikeycode?style=for-the-badge&logo=github&label=Sponsor )] ( https://github.com/sponsors/ikeycode )
2424
25- ## Crates
25+ ## Crates 📦
2626
2727- ` disks ` - A simplistic enumeration API built atop ` sysfs ` for discovering block devices and partitions.
2828- ` superblock ` - Pure Rust superblock parsing for various filesystems. Version-specific oddities and more filesystems
You can’t perform that action at this time.
0 commit comments