docs.rs failed to build dx-cli-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dx-cli-0.1.5
fast directory sizing on OSX, using reverse engineered finder cache api
Overview
dx leverages the obscure macOS C Finder cache to rapidly get folder sizes. Built in Rust, this utility integrates Objective C via Foreign Function Interface (FFI). Experience folder sizing at speeds up to 20x faster than traditional methods like du -sh.
Features
- Efficient Sizing: Utilizes macOS Finder cache for ultra-fast folder size computation.
- Rust and Objective C Integration: Seamlessly integrates Rust with Objective C using FFI.
- Multiple Methods: if you dont want any cache you can still run dx with --live and get a recursive sizing
- Performance: Outperforms
du -shby up to 20x in speed. - User-Friendly Defaults: Provides more intuitive defaults compared to traditional methods.
Installation
Usage
sane defaults:
dx diris equivalent todu -sh dirdx dir -lfunctions likedu -h dir
Contributing
Contributions to dx are welcome! Whether it's bug reports, feature suggestions, or code contributions, your input is valuable. See CONTRIBUTING.md for guidelines on how to contribute.
License
(Include information about your project's license here.)