file_alphabetizer
A function that takes a file and alphabetizes it.
Usage
Within a Rust project
- Import the library into your Cargo.toml like so:
file_alphabetizer = "2.1.1" - Import the crate and use the alphabetize method, like so.
(Currently, path starts at parent directory of code calling it):
use ; use file_alphabetizer;
Crate Features
file_alphabetizer sorts non-case-sensitive alphabetical order.
- Special characters such as brackets are placed after the alphabet
- Numbers are placed before alphabet
As a CLI tool
- Run
cargo runfrom the command line, within the project's directory.
License
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.