< 返回版块

lidongjies 发表于 2021-10-31 21:50

Tags:rust

20210905

Rust开发者如何让Web更安全

  • 阅读原文 https://github.com/readme/featured/rust-programming

一个Rust executor教学项目

@mgattozzi 写了一个Rust executor项目,只有一个文件,只使用了标准库的功能,这个项目有良好的注释,帮助开发者理解像 tokio_rs 这样的库底层的逻辑。

  • Repo https://github.com/mgattozzi/whorl

如何实现一个跨平台的Rust库

  • 阅读原文 https://www.osohq.com/post/cross-platform-rust-libraries

用Rust开发WebGPU renderer

作者使用Rust开发一个WebGPU renderer并编译到 WebAssembly,目前这个 renderer 已经支持了 GLTF。

  • Repo https://github.com/takahirox/wgpu-rust-renderer

用Rust增强你的NodeJS

Node 不是最快的框架,也不是最慢的,v8 的速度创造了奇迹,但是如果我们在 Node 和 Rust 之间设置不公平的战斗,NodeJS将会失败。这篇文章介绍了如何使用Neon将Rust程序在Node.js中使用,它类似于C/C++的native模块。

  • 阅读原文 https://yieldcode.blog/supercharge-nodejs-with-rust/

From 日报小组 李冬杰

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页