Rust CLI tool templates
Creating many small CLI (Command Line Interface) tools in rust is a great thing to do. The unix way is to build many small single-purpose tools and then allow users to chain & script them together in useful ways so being able to rapidly create the tools we need in...