#file-manager #directory #cross-platform #path

aloe-files

Aloe Files is a comprehensive Rust library for filesystem operations, offering support for file I/O, directory iteration, and cross-platform file path handling with special location resolution. This crate is a translation of the c++ juce module serving the same function.

2 releases

Uses new Rust 2024

new 0.1.2 Apr 2, 2025
0.1.0 Apr 2, 2025

#50 in #file-manager

Download history 92/week @ 2025-03-28

92 downloads per month
Used in 179 crates (51 directly)

GPL-3.0 license

1MB
8K SLoC

Aloe Files

Aloe Files provides a comprehensive suite for file handling, allowing seamless interaction with the filesystem across different platforms. It encompasses a variety of modules dealing with file I/O operations, directory iteration, file path manipulation, and special location resolution.

Key Modules

SpecialLocationType

Defines various predefined paths such as user directories, system paths, and temporary locations for easy access using getSpecialLocation() method.

TypesOfFileToFind

Facilitates file searching by specifying the type of items to retrieve, including files, directories, or both, with capabilities to ignore hidden files.

DirectoryEntry

Represents metadata about files and directories, offering accessibility to properties like modification times, size, and file attributes.

RangedDirectoryIterator

Supports iteration over directories and their contents utilizing modern for loop syntax for more intuitive directory traversal and file searching.

File and Stream Types

  • FileInputStream: Enables reading from files, supporting operations like seeking and buffering.
  • FileOutputStream: Allows writing to files with efficient buffering and stream control, supporting truncation and byte writing.

File Path Management

  • FileSearchPath: Represents a sequence of paths for file searching and management.
  • TemporaryFile: Wraps temporary file management with automatic deletion upon scope exit.

File Filtering and Sorting

  • WildcardFileFilter: Implements filtering based on wildcard pattern matching.
  • NaturalFileComparator: Offers sorting functionality ensuring natural ordering.

Usage

To utilize Aloe Files in your project, add it as a dependency in your Cargo.toml:

[dependencies]
aloe-files = "0.1.0"

Explore each component through the rich API documentation, ensuring robust file handling across your applications.


Note: This README file was generated by an AI model and may not be 100% accurate but should be a good starting point.

This crate is a translation of the JUCE module.

JUCE is a c++ software framework for developing high performance audio applications.

Usage falls under the GPLv3 as well as the JUCE commercial license.

See github.com/juce-framework/JUCE and the JUCE license page for details.

This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.

Dependencies

~12–26MB
~353K SLoC