RustStudy / rust_daily_news

Rust每日新闻
239 stars 8 forks source link

日报投稿 - 2019-01-18 #10

Closed ZhangHanDong closed 5 years ago

ZhangHanDong commented 5 years ago

Rust 1.32发布

详情: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html

ZhangHanDong commented 5 years ago

nrc博客宣布离开Rust团队和Mozilla

要点:

Read More

damody commented 5 years ago

pickledb-rs

一個簡單的key value db 這是一個仿python的 https://pythonhosted.org/pickleDB/ 做的crate

damody commented 5 years ago

blog: proc-macro-rules

一個過程宏的crate也講解了工作原理

damody commented 5 years ago

paw

一個實驗性的 rust native gui framework叫PAW 這是他的介紹文

damody commented 5 years ago

Is It Time to Rewrite the Operating System in Rust

該用rust重寫OS了嗎? Bryan Cantrill 是Joyent 的CTO 開發過 SmartOS 與 SmartDataCenter platforms. 而他的開發經驗Rust竟然總是快於C 他很驚訝這麼現代的語言可以在效能上做到這麼好 其它細節就自己看吧

damody commented 5 years ago

Google Cloud Endpoints with Rust gRPC

這是一篇教學文 教你用rust grpc與gce互動

damody commented 5 years ago

When Rust is safer than Haskell

當rust比haskell更安全? 這篇作者講解了rust如何用生命週期跟各式trait讓編譯器檢查出各種不安全的行為