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

Héctor RamónCoffee - An opinionated 2D game engine for Rust
Coffee is an opinionated 2D game engine for Rust focused on simplicity, explicitness, and type-safety.

sai umeshModules in Rust Programming Language
Writing modules in Rust programming Language

Josh HawkinsLeveraging Travis-CI for Continuous Deployment to Publish Compiled Binaries to GitHub
Recently I wrote a binary called "Watchdog" in Rust on my Mac that I wanted to ...

T.J. TelanUsing a database + gRPC with Rust
This is a summary of my experience with writing a Rust DB-backed server/client with grpc-rs to commun...

Ben LovyBuild You A Markov Chain In Rust (Or Whatever)
I've found a great way to ensure I've grokked a thing is to write it up in Rust. ...

Robert BeekmanExtending Existing Functionality In Rust With Traits In Rust
Extend default behavior of code with Traits and default implementations. In this post we add new functionality to generated Protobuf code.

Bastian GruberWeb Development with Rust — 03/x: Create a REST API
The most common pattern for creating APIs is REST. We will discover how we can build an API in Rust which conforms with the REST pattern.

jeikabuRust TryFrom and Conditional Compilation
Rust 1.34 includes stabilization of the (long-overdue) TryFrom trait. It performs type conversions...

Sinacreate a documentation with mdbook
mdbook is a cool alternative to gitbook, built with rust. you don't need to manage any frontend work...

Roberto HuertasMicroserver: local http server with SPA support
Microserver: local http server with SPA support

Roberto HuertasRust powered CLI apk decompiler
Using Rust to build a CLI apk decompiler

Roberto HuertasAWS Lambda Functions written in Rust
AWS Lambda Functions written in Rust

Lorenzo (Mec-iS)Rust-scales Python: Basic Experiment
Think Rust Enjoy Python

Crystal DurhamOn "Async Streams" in Rust
Context: For await loops discussion started by @withoutboats on Internals. ...

x1957Rust Future then map difference
the difference between and_then and map combinator.

Luca BarbatoUsing rav1e - from your own code
rav1e is an AV1 encoder written in Rust