Crates.io | file_alphabetizer |
lib.rs | file_alphabetizer |
version | 2.1.3 |
source | src |
created_at | 2022-05-10 10:20:12.431531 |
updated_at | 2022-06-25 06:11:54.228913 |
description | A function that takes a file and alphabetizes it. |
homepage | https://github.com/14kgoldslumcpuwzrd/file_alphabetizer |
repository | https://github.com/14kgoldslumcpuwzrd/file_alphabetizer |
max_upload_size | |
id | 583894 |
size | 12,105 |
A function that takes a file and alphabetizes it.
Within a Rust project
[dependencies]
file_alphabetizer = "2.1.3"
use std::{path::PathBuf};
use file_alphabetizer;
fn main() {
let path = PathBuf::from("src/test");
file_alphabetizer::alphabetize(&path).unwrap();
}
file_alphabetizer sorts non-case-sensitive alphabetical order.
file_alphabetizer is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.