My own solutions to challenges on https://codingchallenges.fyi/
You can clone the repo and run its solutions. Each solution is packaged as a binary crate and should be run using cargo run --bin <cmd_name> [-- <cmd_args>], e.g.,
cargo run --bin cat -- -b hello.txtAll code here is written for learning purposes, and the goal of every challenge is to satisfy the requirements specified in the site and then optionally push it toward feature parity with the original tool it's based on. None of this is intended for production use.
Currently, it's just the general goal of learning Rust and trying it in different applications.