【Rust日報】2021-02-08 Emacs 配置 Rust 開發環境

Emacs 配置 Rust 開發環境

喜歡使用  Emacs 的小夥伴若是想開發 Rust, 能夠參考這篇文章進行詳細的設置.

原文連接: https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/

HighwayHasher: HighwayHash的 Rust 高效實現

HighwayHasher 是一個 js 的 binding, 做者使用 Rust 實現了 google的 HighwayHash的, 提供了性能更好的 hash 方法.
最終是以 js 的 npm 包的形式提供給 node/browser 等調用.
下面是他的一些特徵.
  • Isomorphic: Run on node and in the browser with the same API
  • Fast: Generate hashes at over 700 MB/s when running in web assembly
  • Faster: Generate hashes at over 8 GB/s when running on native hardware
  • Self-contained: Zero runtime dependencies
  • Accessible: Prebuilt native modules means no build dependencies
  • Small: 10kB when minified and gzipped for browsers
  • Run same test suite in node and browser environments
  • Minimal dev dependencies
原來連接: https://nickb.dev/blog/leveraging-rust-to-bundle-node-native-modules-and-wasm-into-an-isomorphic-npm-package

Rust 知識精煉

該文是做者將本身的所學的 Rust 知識整理到這裏. 感興趣的同窗的能夠看一下.
原文連接: https://www.greyblake.com/blog/2021-02-07-rust-knowledge-refinement/

使用 Rust 構造一個 OpenStreetMap app: part I

該文是 使用 Rust 構造一個 OpenStreetMap 的 app的第一部分.node

原文連接: https://blogg.bekk.no/building-an-openstreetmap-app-in-rust-part-i-2adf72c75229

tantivy: 0.14 版本發佈

tantivy 是一個搜索引擎庫, 相似  lucene, 可是用 rust 寫的.
目前  0.14 版本已發佈.
github地址: https://github.com/tantivy-search/tantivy
--
From 日報小組 BobQin,FBI小白
社區學習交流平臺訂閱:
  • Rustcc論壇: 支持rss
  • 微信公衆號:Rust語言中文社區

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

相關文章
相關標籤/搜索