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

A more powerful cargo auto-completions through argc-completions
cargo2023-11-15
sigodensigoden

A more powerful cargo auto-completions through argc-completions

Support multiple shells, multiple platforms Supported...

Using Dioxus with Rust to build performant single-page apps
rust2023-11-14
Matt AngelosantoMatt Angelosanto

Using Dioxus with Rust to build performant single-page apps

Written by Eze Sunday✏️ Web clients often need to request data to update part of a website. Before...

[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs
rust2023-11-14
Vee SatayamasVee Satayamas

[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs

I want to develop my Rust library more interactively with Lisp-style read-eval-print loop (REPL). So...

Implementing Practical Byzantine Fault Tolerance - part 2
distributedsystems2023-10-12
Szymon GibałaSzymon Gibała

Implementing Practical Byzantine Fault Tolerance - part 2

Part 2: Implementation Overview This is the second part of the article describing a...

How to get Ctrl + S, Ctrl + C in my rust app
programming2023-11-13
Stacy RollStacy Roll

How to get Ctrl + S, Ctrl + C in my rust app

If you are on a GNU/Linux operating system, regardless of its distribution, and you are also...

Building a dead simple background job in Rust
rust2023-11-12
Leandro ProençaLeandro Proença

Building a dead simple background job in Rust

In today's post we'll explore how to create a basic background job in Rust, simulating Rust channels...

Edge IoT with Rust on ESP: MQTT Subscriber
rust2023-11-10
Omar HiariOmar Hiari

Edge IoT with Rust on ESP: MQTT Subscriber

This blog post is the fifth of a multi-part series of posts where I explore various peripherals in...

Rust Borrow Checker Explained Part 2: Borrowing
rust2023-11-11
Brian MaherBrian Maher

Rust Borrow Checker Explained Part 2: Borrowing

Intro In our last article we discussed how to avoid the borrow checker by making copies....

Rust Borrow Checker Explained Part 3: Function Result Lifetimes
rust2023-11-11
Brian MaherBrian Maher

Rust Borrow Checker Explained Part 3: Function Result Lifetimes

Intro In Part 2, we went over the basics of borrowing and how it looks out for you. In...

Golang or Rust: Which one to choose?
go2023-11-09
Sreeju SSreeju S

Golang or Rust: Which one to choose?

Golang or Rust: Which one to choose? Golang and Rust are two modern programming languages that have...

Building Nebula - Chapter 1: Building a Prototype with Rust
rust2023-11-07
Marius KluftenMarius Kluften

Building Nebula - Chapter 1: Building a Prototype with Rust

The beauty of Rust and WebAssembly as the pillars for a new wave of Cloud computing In the...

Introduction to Code Generation in Rust
rust2023-11-06
CrabNebulaCrabNebula

Introduction to Code Generation in Rust

This article is about generating Rust code from other Rust code, not for the code generation step of...

Feedback from calling Rust from Python
rust2023-11-02
Nicolas FränkelNicolas Fränkel

Feedback from calling Rust from Python

I got plenty of feedback on my post about Calling Rust from Python: Hacker...

Creating a Server Side Rust WebAssembly App with Spin 2.0
rust2023-11-05
Matt ButcherMatt Butcher

Creating a Server Side Rust WebAssembly App with Spin 2.0

Fermyon Spin is the open source tool for building serverless functions with WebAssembly. We’re going...

Rust Borrow Checker Explained Part 1: Copying & Moving
rust2023-11-05
Brian MaherBrian Maher

Rust Borrow Checker Explained Part 1: Copying & Moving

Intro One way to avoid borrowing completely is to make copies, which is the focus of this...

Consuming an SQS Event with Lambda and Rust
rust2023-11-03
Benjamen PyleBenjamen Pyle

Consuming an SQS Event with Lambda and Rust

I've been trying to learn Rust for the better part of this year. My curiosity peaked a few years back...