这个项目的思路很清奇,之前也报道过。先通过这个方式编译成 wasm 字节码,后面用的时候,就不用再从头编起了。节约了时间(好像是用的空间换时间策略)。这种方法有它的一些好处,详情见项目文档:https://github.com/dtolnay/watt
这次要说的是,已经有一些志愿者提前编好了一些过程宏了(需要一直跟版本?)。看这里:https://github.com/jakobhellermann/watt-contrib/
现在又出现一个项目 https://github.com/jakobhellermann/cargo-watt,这个项目相当于帮人帮到底,继续干了一些样板活,几乎可以“一键”把过程宏搞成 wasm 字节码了。
厉害厉害。
都说 nom 难,好在教程一打一打的来了。
https://github.com/benkay86/nom-tutorial
这个库有用啊,特别是在写编辑器的时候。不同的 unicode 字符显示出来的字符宽度是不一样的。
https://github.com/unicode-rs/unicode-width
可以快速加载外部代码进来。这是一个cli工具,直接可用 cargo install 安装。需要单独处理过程。具体的方法,是用了 md 的注释里面可以写东西的技巧。
https://github.com/martypapa/md-inc
tmux 不用我介绍了吧。程序员必用。之前小编也想克隆一个 tmux 玩玩,现在有了 dmux, 空了准备试一下。
https://github.com/zdcthomas/dmux
讲云原生应用开发从 0 到产品的一本书,连载。惊喜的是是用 Rust 语言来描述。强烈推荐。
https://www.lpalmieri.com/posts/2020-05-24-zero-to-production-0-foreword/
这是前言。
这个概念很有新意。可以用在实时协同编辑doc之类的应用上面。新知识太多,小编根本学不过来了。
这是一个示例:https://github.com/anchpop/crdts
这是 CRDT 的一个简单教程:http://jtfmumm.com/blog/2015/11/17/crdt-primer-1-defanging-order-theory/
无船哥经常写一些有趣的新东西出来,和一些思考得很深的文章。毕竟,别人是Mozilla研究员。
利用这个库,可以对某一个资源的并发访问设限。
https://github.com/withoutboats/access-queue
哇哦。厉害!可以试试,不过刚出来不久,还有一些不完善的地方。
https://github.com/ridiculousfish/regress
https://joshleeb.com/blog/rust-integration-tests/
非常容易使用。
https://github.com/haraldh/dynqueue
对于一个大一点的库来说,各种 feature 开关的测试,真心让人头痛。现在这个工具来救场了。
https://github.com/frewsxcv/cargo-all-features
goose 借鉴自 Locust。新版本引入了 async,执行速度提高了两倍。
https://github.com/tag1consulting/goose
https://github.com/MoAlyousef/fltk-rs
这几篇不错。
Rewriting the heart of our sync engine - Dropbox https://dropbox.tech/infrastructure/rewriting-the-heart-of-our-sync-engine
Using Rust in Windows - Microsoft https://msrc-blog.microsoft.com/2019/11/07/using-rust-in-windows/
Why Discord is switching from Go to Rust - Discord https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f