【Rust日报】 2019-03-12
稳定std::task和std::future::Future的RFC已被合并
std::task和std::future::Future是将async/await稳定为第一类公民的基础。该RFC涵盖了:
- std中task模块的所有API
- core和std的future模块
hi Rustaceans! Rust有问题该去哪里问?
这个帖子里有人整理了一些提问的地方:
- StackOverflow, Rust Tag
- CodeReview.Stackexchange, Rust Tag
- Reddit, r/learnrust
- Rust官方User论坛, users.rust-lang.org
- Rust相关的IRC频道, #rust,这样的频道还有好几个:
#rust-beginners/#cargo/#rust-gamedev/#rust-osdev/#rust-webdev/#rust-networking
以上是国外的,我整理一下国内的:
- Rust社区QQ群/微信群/Telegram群
- rust.cc 论坛
- 《Rust编程之道》读者群/ 随书源码issues
加群方式可以私聊
ZEIT的Now服务宣布支持Rust
ZEIT是一个Serverless服务平台,的主打产品是 now,一个一行命令就能发布Node或者Docker应用的PaaS,现在支持了Rust。因为Rust性能太好,所以ZEIT可能会推出基于1ms的定价(是不是有点流氓。。。233)。
为了演示,他们基于now服务发布了一个简单的Rust爬虫,基于servo:rust-scraper.now.sh,可以爬Hackernews的新闻。
rel-ptr: 相对指针
#self_referential
该库用于构建可移动的自引用类型
可在线搜索Rust代码的服务
基于crates.io来搜索
Rust编程中的好的、坏的、丑的
这篇文章总结了Rust语言、工具、库中作者认为好的地方、不好的地方,以及作者感觉有点丑陋的地方。虽然有点主观,我也不同意他的某些观点(比如他认为宏很丑陋,我觉得还好),但觉得值得分享出来让大家看看。
(这位博主说他12岁就开始写代码了)
bgrep:Rust实现的一个二进制grep工具
可以匹配任何字节模式,可以跨行。
pyckitup: 用Rust实现的可运行于浏览器的Python游戏引擎
日报订阅地址:
Leave 【Rust日报】 2019-03-12 to:
Read more #rust posts
Best Posts From ChaosBot
We have not curated any of blackanger's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From ChaosBot
- 【Rust日报】 2019-09-06
- 【Rust日报】 2019-09-05
- 【Rust日报】2019-09-04
- 【Rust日报】 2019-09-03
- 【Rust日报】 2019-09-01
- 【Rust日报】 2019-08-30
- 【Rust日报】 2019-08-29
- 【Rust日报】 2019-08-28
- 【Rust日报】 2019-08-27
- 【Rust日报】2019-08-26
- 【Rust日报】 2019-08-25
- 【Rust日报】 2019-08-24
- 【Rust日报】 2019-08-23
- 【Rust日报】 2019-08-22
- 【Rust日报】 2019-08-21
- 【Rust日报】2019-08-20
- 【Rust日报】2019-08-19
- 【Rust日报】2019-08-18
- 【Rust日报】 2019-08-17
- 【Rust日报】 2019-08-16