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
- Host: GitHub
- URL: https://github.com/amitizle/learn_rust
- Owner: amitizle
- License: mit
- Created: 2018-03-11T20:10:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T23:15:21.000Z (about 7 years ago)
- Last Synced: 2025-02-16T18:44:37.748Z (3 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)