An open API service indexing awesome lists of open source software.

https://github.com/amitizle/learn_rust

Learning Rust etc
https://github.com/amitizle/learn_rust

Last synced: 17 days ago
JSON representation

Learning Rust etc

Awesome Lists containing this project

README

        

# Learn Rust
Learning Rust etc

## Resources

* [Awesome Rust](https://github.com/rust-unofficial/awesome-rust)

### Tooling

* [rust.vim](https://github.com/rust-lang/rust.vim)
* [rustup](https://www.rustup.rs/) (An official Rust installer)

### Guides / posts

* [Building a CLI tool with Rust](https://medium.com/@aergonaut/building-a-cli-tool-with-rust-2515ed2ddb28)