首页
学习
活动
专区
圈层
工具
发布

【Rust日报】 2019-12-27 alfred-rustdoc

Winit 0.20 與 web 支援

現在支援 stdweb 跟 wasm-bindgen

範例在這 https://github.com/rust-windowing/winit

Read more

新的鑲嵌器(tessellator)

一個快速三角化的庫

但三角化的規則還很簡單

效果也不是很好

Read more

crates-io-dark 使crates.io變暗的一點 css

Read more

tokio-either

代码语言:javascript
复制
type MaybeTls = Either<TcpStream, TlsStream<TcpStream>>;

Read more

dumbnet

作者出於娛樂目的而開發了一個小型的人工神經網絡庫,它可以在stack上完成所有工作,而無需操作heap。

它通過在編譯時從輸出到輸入逐層構建智能網絡來工作。

無需OpenCL或CUDA,它僅在您的CPU上運行。 或者基本上是其他任何CPU。

Read more

alfred-rustdoc

幫忙快速查找 rust doc的工具

Read more


From 日报小组 @Damody

下一篇
举报
领券