Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedomn/rust-knowledge
https://github.com/fedomn/rust-knowledge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedomn/rust-knowledge
- Owner: Fedomn
- Created: 2020-08-26T05:36:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:28:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T04:47:34.330Z (3 months ago)
- Language: Rust
- Size: 10.4 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## rust-knowledge
### documentation
- [RustPrimer for beginners](https://github.com/rustcc/RustPrimer)
- [easy_rust](https://github.com/Dhghomon/easy_rust)
- [rust-anthology](https://github.com/brson/rust-anthology)
- [how to implement a linked list in Rust](https://rust-unofficial.github.io/too-many-lists/)
- [rust-blog](https://github.com/pretzelhammer/rust-blog)
- [Fearless Concurrency with Rust](https://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html)
- [Rust Functions](https://www.possiblerust.com/guide/how-to-read-rust-functions-part-1)
- [Rust Design Patterns](https://rust-unofficial.github.io/patterns/)
- [rustmagazine](https://rustmagazine.github.io/rust_magazine_2021/index.html)
- [rust-quiz](https://github.com/dtolnay/rust-quiz)
- [Rust futures](https://fasterthanli.me/articles/understanding-rust-futures-by-going-way-too-deep)
- [Analysis of various tricky Rust code](https://github.com/dtolnay/case-studies)
- [effective-rust](https://www.lurklurk.org/effective-rust/)
- [Rust Memory Container Cheat-sheet](https://github.com/usagi/rust-memory-container-cs)### macros
- [The Little Book of Rust Macros](https://veykril.github.io/tlborm/introduction.html)
- [learn to write Rust procedural macros](https://github.com/dtolnay/proc-macro-workshop)### perf
- [rust性能手册](https://blues-star.github.io/perf-book-zh/title-page.html)
- [Achieving warp speed with Rust](https://gist.github.com/jFransham/369a86eff00e5f280ed25121454acec1)### example
- [tyrchen rust-training](https://github.com/tyrchen/rust-training)
- [tyrchen geektime-rust](https://github.com/tyrchen/geektime-rust.git)
- [twitter rustcommon](https://github.com/twitter/rustcommon)
- [learnrust](https://github.com/inancgumus/learnrust)
- [design-patterns-rust](https://github.com/fadeevab/design-patterns-rust)### algorithm
- [leetcode-rust](https://github.com/pymongo/leetcode-rust)
- [Educational algorithms implemented in Rust](https://github.com/TheAlgorithms/Rust)