Skip to content

tiborsaas/rust-learning

Repository files navigation

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

About

Documenting my learning of the Rust language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages