< 返回版块

damody 发表于 2019-12-13 20:07

Tags:rust

rustysd 實作了一小部份功能的 systemd

這個程式還很簡易,也有很多unwrap一遇到不預期的設定當就會閃退

Read more

tplinker 可以管理 TP link設備的庫

Read more

這禮拜的 Rust

如果提升 Rust 編譯器速度 2019.

格式化程式碼對於嵌入式Rust來說是不合理的昂貴。

1Password X Manager的某些部分已經使用Rust重寫。

宣布具有完全async / await支持的hyper v0.13。

阻塞異步代碼。

宣布成立docs.rs團隊。

如何編寫最慢的快速排序。

Rust庫中的健全性錯誤:不能與'em一起運作。 我也看不懂em是什麼

使用rust產生最小的Windows可執行文件,大小為3.5 KB。

Embark內部的Rust。

Tokio 0.2 Rust教學課程。

基於通用autoref的專業化。

rust收音機:Si4703 FM收音機接收機驅動程序。

Read more

Rust 2020 社群發想的目標

基本上所有想要有的好處都說了

Read more

Veloren #45 路徑搜尋

Read more

async-std v1.3.0 出世了!

增加 Stream::delay 類似 task::sleep

let start = Instant::now();
let mut s = stream::from_iter(vec![0u8, 1]).delay(Duration::from_millis(200));

// The first time will take more than 200ms due to delay.
s.next().await;
assert!(start.elapsed().as_millis() >= 200);

// There will be no delay after the first time.
s.next().await;
assert!(start.elapsed().as_millis() <= 210);

Read more


From 日报小组 @Damody

日报订阅地址:

独立日报订阅地址:

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页