【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

相关文章
相关标签/搜索