Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.51 KB

RustyUtils: A Collection of Personal Utility Tools 🦀

RustyUtils is a Cargo workspace comprising a set of personal utility tools developed in Rust. This repository contains both libraries and binary applications designed to help with various tasks, such as sorting lists, processing data, and more. The aim is to create a suite of handy utilities that can be reused across different projects.

Key Features

  • Modular Design: Separate library and binary members for easy maintenance and reusability.
  • Efficient Algorithms: Implementations of efficient algorithms for common tasks like sorting and filtering.
  • Extensible: Easily add new utilities and extend existing ones to suit your personal needs.
  • Rust Powered: Leveraging Rust's performance and safety guarantees for robust and fast utilities.

Workspace Structure

  • List Sorter A package for sorting a list of items in ascending order.

Variables

  • -i or --input: Input file name
  • -o or --output: Output file name

Usage

cargo run -- -i <input_file_name> -o <output_file_name>
cargo run -- --input <input_file_name> --output <output_file_name>

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under either of

at your option