Crate fudisks
Source - Device
- Description of a block device.
- JobHandle
- Handle to a running UDisks job (progress stream + cancel).
- JobStream
- Stream of
JobEvents. - Udisks
- High‑level UDisks2 client built on top of
udisks2::Client. - UdisksConfig
- Runtime configuration for timeouts/polling and progress channel sizing.
- Error
- Error type for this crate, wrapping UDisks errors and adding domain errors
for clearer diagnostics.
- FormatOptions
- Per‑filesystem format options.
- Fs
- Filesystem kind.
- JobEvent
- Events emitted while tracking a UDisks job.
- PartitionTable
- Partition table scheme for whole‑disk formatting.
- UResult
- Convenience result alias used by this crate.