【Rust日报】 2019-06-29

在Rust中 在超級重寫ad-block引擎後,Brave打破速度限制

使用Brave瀏覽器的工程師重寫了Rust中瀏覽器的廣告攔截引擎,並因此看到了大幅度的速度提升。

原因是,他們可以更勇敢的實作複雜的平行演算法而不怕資料競爭。

read more

tracing: 程式級別的追踪程式執行

裡面對不同的crate做特化

tracing-fmt, tracing-futures, tracing-macros, tracing-proc-macros

tracing-log, tracing-env-logger, tracing-serde, tracing-subscriber

tracing-tower, tracing-tower-http

read more

segmentio/analytics-rust

Rust的分析客戶端

https://segment.com/

是一個分析網站,透過這個crate,你可以把你的程式資料上傳上去

進行進階的資料分析

read more

Rand 0.7

所有crate都更新為Rust 2018。

刪除了所有構建腳本,從而縮短了構建時間。

文檔已更新。

read more

臨時新聞: NLL 已經好了

作者說最近NLL已經完整了 rust 1.36 可以體驗到。

read more

async-log

非同步的 log 記錄

a1 -> b1 -> b2 -> a2 -> b3     # raw log stream

a1 -------------> a2           # parsed log stream a
      b1 -> b2 -------> b3     # parsed log stream b

read more

const-alg & array-vec

N-D線性代數的一個安全的const泛型實現

這個庫非常像 aljabar

use const_alg::Matrix;

Matrix(
    [[0, 1, 2],
     [3, 4, 5]]
)

你可以簡單的創造出 2x3 矩陣

read more

From 日报小组 @Damody

日报订阅地址:

独立日报订阅地址:

Telgram Channel 阿里云语雀订阅 Steemit GitHub

社区学习交流平台订阅:

Rust.cc论坛: 支持rss Rust Force: 支持rss 微信公众号:Rust语言学习交流

文章来源:

Author:Rust.cc
link:https://rust.cc/article?id=c4e71b9c-f4c3-4145-b436-bbb311c3fd40