acme-disk-use 0.2.2

Fast disk usage analyzer with intelligent caching for incremental write workloads
Documentation
site_name: Acme Disk Use
site_description: A high-performance disk usage analyzer written in Rust.
theme:
  name: material
  features:
    - navigation.instant
    - navigation.tracking
    - content.code.copy

nav:
  - Home: index.md
  - API Reference: api/acme_disk_use/index.html

markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - admonition
  - pymdownx.details
  - pymdownx.superfences