DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Samuel Su【译】从 Rust 到不只是 Rust:PHP 语言领域
From Rust to beyond: The PHP galaxy 译文 原文地址:https://mnt.io/2018/10/29/from-rust-to-beyond-the-php-...

NúriaLearning Rust my way
Originally published at Codegram's blog A couple of years ago, back when I was doing my first steps...

Daniel BuddenGenetic Algorithm in the browser with WebAssembly
This is the second post in my series on Rust and WebAssembly with Genetic Algorithms. In this post I'...

Erik PartridgeRust for Machine Learning: SIMD, BLAS, and Lapack
I love Rust. But, working in machine learning, it’s still hard to use Rust on a daily basis. 90% of m...

x1957Rust existential type
Rust existential type

Jacky EfendiWebAssembly — Is it as scary as it sounds?
WebAssembly — Is it as scary as it sounds? 😱 WebAssembly (Wasm) has ...

x1957Rust async await (1)
Rust async await

Samuel Su【译】使用 Rust 和 WebAssembly 构建离线画图页面
【译】使用 Rust 和 WebAssembly 构建离线画图页面 原文地址:https://dev.to/sendilkumarn/create-dev-s-offline-...

Michael GattozziTurning GitHub Into Your Own Registry
Occasionally I have ideas. They're not necessarily good ideas and occasionally I make the mistake o...

Austin TindleRust's `slice::windows` is really cool
Cover photo by Gordon Williams on Unsplash This post is one of several that outline my perspective...

x1957Rust future(stream) timeout
timeout in rust

Vijesh SalianStarting with Rust - Cargo
What is Cargo?

Vijesh SalianStarting with Rust
Learning new ways to program

Sean PolicarpioRust's Bindgen + Fuse in 2019
I will quickly show how I got bindgen (https://rust-lang.github.io/rust-bindgen) to generate the bind...

Sean PolicarpioCreating a 'paged' Vec in Rust
In this post I'll show you some code I wrote for paginating over a Vec collection in Rust. I needed t...

Sean PolicarpioHow to use more than one Trait implementation while avoiding conflicts
Problem Say you initially have code like this: struct DeserializeError(String); trait De...