partition-identity 0.3.0

Find the ID of a device by its path, or find a device path by its ID.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "partition-identity"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/pop-os/partition-identity"
description = "Find the ID of a device by its path, or find a device path by its ID."
license = "MIT"
keywords = ["linux", "partition"]
categories = ["os", "os::unix-apis"]
readme = "README.md"

[dependencies]
thiserror = "1.0.30"