【Rust日報】2020-08-15 Rust Nightly 標準庫文檔已涵蓋了每一個關鍵字

如今 Rust Nightly 標準庫文檔已涵蓋了每一個關鍵字
截止到今天,Rust 中每一個關鍵字的初始文檔已經完成而且內容充實,爲了完整性,這些文檔還包括 unsafe 以及原始類型的關鍵字。詳細可查看這三個連接:
  • 標準庫 :https://doc.rust-lang.org/stable/std/#keywords
  • unsafe 關鍵字 :https://github.com/rust-lang/rust/pull/73943
  • 原始類型關鍵字 :https://github.com/rust-lang/rust/issues/34601

學習Rust,沮喪?

還記得以前關於Rust中字符串的長文嗎?這是 Amos 最新的又一篇長文,內容包括Rust的特性,生命週期等。
更多參見 文章 ,https://fasterthanli.me/articles/frustrated-its-not-you-its-rust

Rust實現的CLI工具criu-image-streamer

CRIU (https://www.criu.org/) 是 Linux 平臺在用戶空間實現檢查點/還原(Checkpoint/Restore)功能的工具軟件。
criu-image-streamer 是用 Rust 編寫的一個CLI工具,實如今檢查點/恢復期間以低開銷啓用與CRIU之間的圖像流傳輸,其每一個子命令的圖像數據流以下:
  • capture :CRIU → criu-image-streamer → shards 分片
  • serve :shards 分片 → criu-image-streamer → CRIU
  • extract :shards 分片 → criu-image-streamer → images-dir
Github連接 ,https://github.com/checkpoint-restore/criu-image-streamer

Rust實現的GUI應用SongRec

SongRec 是用 Rust 編寫的 Linux 下的開源 Shazam 客戶端。

Github連接,https://github.com/marin-m/SongRecgit


From 日報小組 洋芋
社區學習交流平臺訂閱:
  • Rustcc論壇: 支持rss
  • 微信公衆號:Rust語言中文社區

本文分享自微信公衆號 - Rust語言中文社區(rust-china)。
若有侵權,請聯繫 support@oschina.cn 刪除。
本文參與「OSC源創計劃」,歡迎正在閱讀的你也加入,一塊兒分享。github

相關文章
相關標籤/搜索