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

What is a Lexer, Anyway?
rust2019-10-11
Crystal DurhamCrystal Durham

What is a Lexer, Anyway?

The first task when implementing any language (that is already specified) is to turn the source code...

Operator Overloading in Rust
rust2019-10-11
Stefanos KouroupisStefanos Kouroupis

Operator Overloading in Rust

playing with operators in rust

Rusted brains: Running Rust firmware on a Cortex-M microcontroller
hardware2019-10-20
FilipFilip

Rusted brains: Running Rust firmware on a Cortex-M microcontroller

This is the second post along my journey to creating a biometric password manager. For an overview of...

GitHub template for Rust projects
github2019-10-05
Mark Sta AnaMark Sta Ana

GitHub template for Rust projects

Photo by Marian Kroell on Unsplash I've just finished creating a GitHub template that you can use to...

Lumberyard Editor Plugin in Rust
lumberyard2019-10-05
jeikabujeikabu

Lumberyard Editor Plugin in Rust

With a Rust static library working in Lumberyard, let’s try something more interesting. The main...

Practical Rust Web Development - State Machine
rust2019-10-04
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - State Machine

Rust's type system allows implementing state machine in a straightforward way. In our application we...

Conformance Testing in Rust
rust2019-10-04
Crystal DurhamCrystal Durham

Conformance Testing in Rust

I'm excited to announce conformance::tests, a new crate I've published as part of building the Tiny-C...

Bring Some colors to your terminal!
rust2019-10-04
Misha ShelemetyevMisha Shelemetyev

Bring Some colors to your terminal!

Little Fridays post about how you can look at photos from your terminal.

How to Distribute a Rust Binary on NPM
rust2019-09-30
Kenneth LarsenKenneth Larsen

How to Distribute a Rust Binary on NPM

Recently I published a CLI tool called baelte. It's written in Rust, and it's aimed at frontend devel...

Rust in Lumberyard
lumberyard2019-09-30
jeikabujeikabu

Rust in Lumberyard

Amazon Lumberyard, like CryEngine, is mostly C++. Some tools are done in Python, and Lua can...

Building Powerful GraphQL Servers with Rust
rust2019-09-13
Ian WilsonIan Wilson

Building Powerful GraphQL Servers with Rust

Setting up a GraphQL server with Rust, Juniper, Diesel, and Actix; learning about Rust's web frameworks and powerful macros along the way.

Crafting IDE-Ready Compilers
rust2019-09-27
Crystal DurhamCrystal Durham

Crafting IDE-Ready Compilers

This is the introductory post of a series, so normally you would find a motivational section here. Wh...

GitHub Actions: Rust edition
github2019-09-28
Mark Sta AnaMark Sta Ana

GitHub Actions: Rust edition

Photo by Zsolt Palatinus on Unsplash I'm on a bit of a GitHub Actions deep dive this weekend. I trie...

Shareable CLI demo?
help2019-09-25
Ben LovyBen Lovy

Shareable CLI demo?

Hi folks! Over the weekend I was enlisted to produce a proof of concept demo, to pitch as part of a...

Pass-By-Value in C++ and Rust
beginners2019-09-17
Ben LovyBen Lovy

Pass-By-Value in C++ and Rust

C++ and Rust are often compared to each other. They occupy a similar space in terms of power and fle...

Ownership in Rust #RustWorthy Part 2
rust2019-09-22
SathishSathish

Ownership in Rust #RustWorthy Part 2

Hey People! This is my second post in the Rust Series. Checkout my last post about why Rust is so awe...