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 APIFast: Generate hashes at over 700 MB/s when running in web assemblyFaster: Generate hashes at over 8 GB/s when running on native hardwareSelf-contained: Zero runtime dependenciesAccessible: Prebuilt native modules means no build dependenciesSmall: 10kB when minified and gzipped for browsersRun same test suite in node and browser environments原來連結: 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的第一部分.
原文連結: https://blogg.bekk.no/building-an-openstreetmap-app-in-rust-part-i-2adf72c75229
tantivy: 0.14 版本發布tantivy 是一個搜尋引擎庫, 類似 lucene, 但是用 rust 寫的.github地址: https://github.com/tantivy-search/tantivy