Skip to content

Commit 03ca654

Browse files
committed
README: It ain't a Rust project without excessive emojis
Signed-off-by: Ikey Doherty <[email protected]>
1 parent e415471 commit 03ca654

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# disks-rs
1+
# disks-rs 💽
22

33
This project began life in the [blsforme](https://github.com/serpent-os/blsforme) project for Serpent OS.
44
However 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.
77
Importantly due to using blsforme in moss, and requiring static linking to avoid soname breakage on updates,
88
we were unable to leverage `libblkid` due to licensing incompatibilities.
99

10-
## Goals
10+
## Goals 🎯
1111

1212
Provide safe and sane APIs for dealing with filesystems, block devices and partitioning in Rust. The intent
1313
is 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.
1616
With support, we will also provide the foundations for a Rust implementation of `libblkid`, while also providing
1717
an 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

0 commit comments

Comments
 (0)