Crate siz

Source
Expand description

siz is a command line executable file system utility for file size reporting. This crate provides the core functionality for the executable. It is not designed for use as a third party library.

Modulesยง

args
This module provides structures and functions for parsing command line arguments.
format
This module provides functions for formatting the output.
fuzzy
This module provides functions for approximate string matching.
stdstreams
This module provides functions for working with standard input and output streams.
types
This module provides support for default type definitions that are used to filter paths with the ignore crate.
types_default
This module provides default type name and associated path glob pattern definitions.
walk
This module provides support for walking the file system.