Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioschorn/rust-basic-various
Repo with code examples in rust-lang.
https://github.com/fabioschorn/rust-basic-various
rust rust-lang rustlang
Last synced: about 1 month ago
JSON representation
Repo with code examples in rust-lang.
- Host: GitHub
- URL: https://github.com/fabioschorn/rust-basic-various
- Owner: fabioschorn
- License: other
- Created: 2024-01-22T01:54:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T00:44:34.000Z (2 months ago)
- Last Synced: 2024-09-29T21:04:23.057Z (about 2 months ago)
- Topics: rust, rust-lang, rustlang
- Language: Rust
- Homepage: https://www.rust-lang.org/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miscellaneous of Rust-lang
This repository is a collection of several Rust code examples...
- [Examples](https://github.com/fabioschorn/rust-basic-various/tree/main/examples-rust/src)
## What do you know about Rust?
- [Rust official Book](https://doc.rust-lang.org/book/)
- [Rust official Website](https://www.rust-lang.org/)
- [Rust official Playground](https://play.rust-lang.org/)
- [Rust official Documentation](https://doc.rust-lang.org/std/)
- [Rust programming language forum](https://users.rust-lang.org/)
- [Rust internals forum](https://internals.rust-lang.org/)## Books about Rust, that I recommend in your journey:
- [Programming Rust, Second Edition](https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/)## Good Luck!