• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Coffee - An opinionated 2D game engine for Rust
rust2019-04-28
Héctor RamónHéctor Ramón

Coffee - An opinionated 2D game engine for Rust

Coffee is an opinionated 2D game engine for Rust focused on simplicity, explicitness, and type-safety.

Modules in Rust Programming Language
rust2019-04-24
sai umeshsai umesh

Modules in Rust Programming Language

Writing modules in Rust programming Language

Leveraging Travis-CI for Continuous Deployment to Publish Compiled Binaries to GitHub
ci2019-04-25
Josh HawkinsJosh Hawkins

Leveraging 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 ...

Using a database + gRPC with Rust
rust2019-04-25
T.J. TelanT.J. Telan

Using 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...

Build You A Markov Chain In Rust (Or Whatever)
rust2019-04-23
Ben LovyBen Lovy

Build 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. ...

Extending Existing Functionality In Rust With Traits In Rust
rust2019-04-23
Robert BeekmanRobert Beekman

Extending 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.

Web Development with Rust — 03/x: Create a REST API
api2019-04-15
Bastian GruberBastian Gruber

Web 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.

Rust TryFrom and Conditional Compilation
rust2019-04-23
jeikabujeikabu

Rust TryFrom and Conditional Compilation

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

create a documentation with mdbook
git2019-04-21
SinaSina

create a documentation with mdbook

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

Microserver: local http server with SPA support
rust2019-04-20
Roberto HuertasRoberto Huertas

Microserver: local http server with SPA support

Microserver: local http server with SPA support

Rust powered CLI apk decompiler
rust2019-04-20
Roberto HuertasRoberto Huertas

Rust powered CLI apk decompiler

Using Rust to build a CLI apk decompiler

AWS Lambda Functions written in Rust
rust2019-04-20
Roberto HuertasRoberto Huertas

AWS Lambda Functions written in Rust

AWS Lambda Functions written in Rust

Rust-scales Python: Basic Experiment
rust2019-04-18
Lorenzo (Mec-iS)Lorenzo (Mec-iS)

Rust-scales Python: Basic Experiment

Think Rust Enjoy Python

On "Async Streams" in Rust
rust2019-04-15
Crystal DurhamCrystal Durham

On "Async Streams" in Rust

Context: For await loops discussion started by @withoutboats on Internals. ...

Rust Future then map difference
rust2019-04-10
x1957x1957

Rust Future then map difference

the difference between and_then and map combinator.

Using rav1e - from your own code
rust2019-04-09
Luca BarbatoLuca Barbato

Using rav1e - from your own code

rav1e is an AV1 encoder written in Rust