Last active
March 5, 2025 10:56
-
-
Save TatriX/183c816f1346d418f969c4576c2b9b41 to your computer and use it in GitHub Desktop.
Rust Thread
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rust — невероятно быстрый язык для системного программирования без segfault'ов и с гарантиями потокобезопасности. | |
| ИТТ мы можем объяснить базовые и продвинутые концепции языка, и | |
| программирования в целом, поможем вкатывающимся, подскажем что | |
| выбрать для веба, игр или спасибо абу блокчейна. | |
| https://www.rust-lang.org | |
| > Пачиму helloworld весит как моя мамка?!1й | |
| https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html | |
| # Читать | |
| Оф. книга, она же растбук | |
| https://doc.rust-lang.org/book/ | |
| https://rustbyexample.com/ | |
| Очень хорошая книга, отлично зайдет после растбука: | |
| http://shop.oreilly.com/product/0636920040385.do | |
| # Упражнения | |
| https://exercism.io/tracks/rust | |
| https://github.com/crazymykl/rust-koans | |
| # Писать | |
| ## IDE | |
| https://areweideyet.com/ | |
| ## Вебня | |
| http://www.arewewebyet.org/ | |
| ## Игры | |
| http://arewegameyet.com/ | |
| ## Etc | |
| https://wiki.mozilla.org/Areweyet | |
| # Список интересных проектов | |
| https://github.com/rust-unofficial/awesome-rust | |
| # Новости | |
| Компиляция всего, что произошло за неделю | |
| Иногда постят вакансии | |
| https://this-week-in-rust.org/ | |
| ## Сколько вешать в лайках | |
| https://github.com/trending/rust | |
| ## Оп рекомендует: | |
| https://www.amethyst.rs/ | |
| https://github.com/TatriX/dvach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment