Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 440 Bytes

Rust learning

Just playing around with Rust, following the official book:

https://doc.rust-lang.org/book/title-page.html

Troubleshooting

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

Practice apps

  • Todo app: command line based
  • Git commit analyzer: A cli tool that parses Conventional Commits