parallel-disk-usage 0.1.3

Highly parallelized, blazing fast directory tree analyzer
Documentation
1
2
3
4
5
6
use derive_more::Display;

/// Error caused by the CLI program.
#[derive(Debug, Display, Clone, Copy, PartialEq, Eq)]
#[non_exhaustive]
pub enum RuntimeError {}