file-organizer-lib

Crates.iofile-organizer-lib
lib.rsfile-organizer-lib
version0.1.0
created_at2025-06-23 07:15:42.767699+00
updated_at2025-06-23 07:15:42.767699+00
descriptionA library for organizing files by their extensions
homepage
repositoryhttps://github.com/Audyari/Aplikasi-File-Organizer-Rust
max_upload_size
id1722528
size15,396
Audyari Wiyono (Audyari)

documentation

https://docs.rs/file-organizer-lib

README

File Organizer Library

Library untuk mengorganisir file berdasarkan ekstensi.

Fitur

  • Kategorisasi file berdasarkan ekstensi
  • Pemindahan file otomatis
  • Mendukung operasi rekursif

Penggunaan

use file_organizer_lib::{categorize_files, organize_file};

let files = categorize_files("./downloads", true)?;
let result = organize_file("file.txt", "./organized")?;
Commit count: 0

cargo fmt