libchaos / learning-rust

Rust 学习之路 > Rust Programming Tutorial

Home Page:https://youtu.be/vOMJlQ5B-M0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust 夜读

Build Status GitHub stars GitHub forks All Contributors Documentation Coverage Status GitHub issues license

Stargazers over time

Stargazers over time

learning-rust Star History and Stats

主要是对 Rust 源码阅读,以及 Rust 相关问题讨论的总结。

阅读计划:一起学习,一起总结,一起分享!

如果想加入 Rust 夜读的,请你搜索微信号 mai_yang ,然后备注你的姓名,公司,工作岗位职责。

Rust 常见问题

Rust 比 Golang 还难吗?

  • Golang 入手简单,写完后你都不知道对错,Rust 入手难,写完后 90% 都是对的。
  • 只学过 Rust 的一点点语法,晦涩难懂。

Rust 的优势在哪里?

  • 编译器很屌。
  • 没有 gc,没有泄露,适合高性能低延时的服务。

Rust 的应用场景是哪方面?

  • TiKV

Rust 有人用吗?

  1. TiKV
  2. Facebook:源代码控制工具
  3. Dropbox:在前端和后台都使用 Rust
  4. Firefox
  5. Discord
  6. Linkerd
  7. Google:作为 Fuchsia 项目的一部分
  8. 亚马逊:用 Rust 构建工具
  9. Atlassian(Jira的厂商):在后台使用 Rust
  10. 微软:在新的 Azure 物联网框架中部分使用了Rust

Rust 合作伙伴

其他:打败 Python、JS、C# 成最受欢迎编程语言,是时候掌握 Rust 了吗? - Jonathan Turner, Mozilla 工程师

Rust 有哪些学习资料?

Rust 夜读的日常技术讨论总结


Contributors

Thanks goes to these wonderful people (emoji key):


maiyang

💻 📝

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Rust 学习之路 > Rust Programming Tutorial

https://youtu.be/vOMJlQ5B-M0

License:MIT License


Languages

Language:Rust 58.9%Language:Shell 41.1%