Skip to content

A collection of personal helper utilities I wrote in Rust 🦀

License

Notifications You must be signed in to change notification settings

princemuel/rustyutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of personal helper utilities I wrote in Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages