find src -type f -iname '*.rs' \ | xargs wc -l \ | sort -nr \ | xargs printf "\033[96m%d %s\033[0m\n"