https://github.com/ultirequiem/rust-playground
🦀 Rust notes, snippets, comparisons with other languages and links to useful resources
https://github.com/ultirequiem/rust-playground
playground rust rust-by-example rustlang snippets
Last synced: 17 days ago
JSON representation
🦀 Rust notes, snippets, comparisons with other languages and links to useful resources
- Host: GitHub
- URL: https://github.com/ultirequiem/rust-playground
- Owner: UltiRequiem
- License: mit
- Created: 2021-11-11T17:06:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T02:18:53.000Z (over 2 years ago)
- Last Synced: 2025-05-08T03:47:59.479Z (17 days ago)
- Topics: playground, rust, rust-by-example, rustlang, snippets
- Language: Rust
- Homepage: https://rust-lang.org/learn
- Size: 459 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# rust playground

A language empowering everyone to build reliable and efficient software.
## Resources
- [The Book](https://doc.rust-lang.org/book)
- [Rustlings](https://github.com/rust-lang/rustlings)
- [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example)
- [Take your first steps with Rust](https://docs.microsoft.com/en-us/learn/paths/rust-first-steps)
- [Getting started with Rust](https://stackoverflow.blog/2021/03/15/getting-started-with-rust)
## Cool Rust Related Questions
- [How is Rust compiled to machine code?](https://stackoverflow.com/questions/43385142)
- [Why does printing a pointer print the same thing as printing the dereferenced pointer?](https://stackoverflow.com/questions/27852613)
## Editor Setup
I use [Neovim](https://neovim.io),
[config](https://github.com/UltiRequiem/UltiVim).

> I'm using [rust-analyzer](https://github.com/fannheyward/coc-rust-analyzer)
> for autocomplete, docs, code actions, formatting, etc## License
All here is licensed under the MIT License.