blockdev 0.4.0

A Rust library for parsing and working with lsblk JSON output, providing type-safe block device representation and utilities for Linux
Documentation
{
  "blockdevices": [
    {
      "name": "vda",
      "maj:min": "252:0",
      "rm": false,
      "size": "8G",
      "ro": false,
      "type": "disk",
      "mountpoint": null,
      "children": [
        {
          "name": "vda1",
          "maj:min": "252:1",
          "rm": false,
          "size": "8G",
          "ro": false,
          "type": "part",
          "mountpoint": "/"
        }
      ]
    }
  ]
}