Just playing around with Rust, following the official book:
https://doc.rust-lang.org/book/title-page.html
I run into a https error while installing a cargo package. I had to create a config file:
c:\Users\username\.cargo\config
[http]
check-revoke = false
- Todo app: command line based
- Git commit analyzer: A cli tool that parses Conventional Commits