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

Rust from the beginning, project management with Cargo
rust2022-06-22
Chris NoringChris Noring

Rust from the beginning, project management with Cargo

Managing a project with dependencies, metadata and more is made easy with the very competent tool Cargo

STM32F4 Embedded Rust at the HAL: Button Controlled Blinking by Timer Polling
rust2022-07-04
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the HAL: Button Controlled Blinking by Timer Polling

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

Getting started with Rust as a web developer
rust2022-06-21
tq-bittq-bit

Getting started with Rust as a web developer

Please note that I'm still actively learning the language. I'll do my best to describe my current...

Rust e a segurança de memória
braziliandevs2022-06-22
Guilherme ThomasGuilherme Thomas

Rust e a segurança de memória

Problemas de segurança Durante o desenvolvimento de um software, o controle de memória é, ou deveria...

Installing Alacritty without installing Rust
alacritty2022-06-21
Migsar NavarroMigsar Navarro

Installing Alacritty without installing Rust

Install Alacritty in Linux without installing Rust

Compilers, and how to write one !
compilers2022-06-16
Mohamed AchaqMohamed Achaq

Compilers, and how to write one !

Hello and welcome to a new blog post! Today we will talk about compilers and how you can write one...

Using Rust main from a custom entry point
rust2022-06-20
AyushAyush

Using Rust main from a custom entry point

Hello everyone. In this post, we will deep dive into the crux of the main() function and look behind...

Top 10 trending github repos of the week⚽.
hacktoberfest2022-06-24
Kavindu SanthusaKavindu Santhusa

Top 10 trending github repos of the week⚽.

Most popular trending Github repos in this week(Fri Jun 24 2022).

Interop your .NET application with Rust
csharp2022-06-20
Guilherme RochaGuilherme Rocha

Interop your .NET application with Rust

Foreign Functional Interface is one of the most interesting topics on the Computer Science world,...

Create your First Command-line Application in Rust
rust2022-06-18
Ahmad RosidAhmad Rosid

Create your First Command-line Application in Rust

Becoming a Programmer to be sure we will working with terminal a lot. Most of the time we will use...

How to Use MQTT in Rust
rust2022-06-17
EMQ TechnologiesEMQ Technologies

How to Use MQTT in Rust

Rust is a multi-paradigm programming language designed for performance and safety, especially safe...

Calculating String length and width – Fun with Unicode
rust2022-06-16
Tom de BruijnTom de Bruijn

Calculating String length and width – Fun with Unicode

Let's calculate how string length in Rust¹! How many characters there really are and how much space...

Use Restricted std in UEFI
rust2022-06-16
AyushAyush

Use Restricted std in UEFI

Hello Everyone; in my last post, I set up the development environment for working on adding Rust...

Error Handling in Rust (Actix Web)
rust2022-06-14
Praveen ChaudharyPraveen Chaudhary

Error Handling in Rust (Actix Web)

Errors are part of software development. There are basically two types of errors in Rust i.e...

Rust Explorer: A playground that has over 10,000 most downloaded crates
rust2022-06-15
aguspdanaaguspdana

Rust Explorer: A playground that has over 10,000 most downloaded crates

TLDR: Rust Explorer A few months ago, I began working on a Rust project that uses a few large...

Writing a Rust CLI to complete the DigitalOcean Functions Challenge
rust2022-06-15
Jordan GregoryJordan Gregory

Writing a Rust CLI to complete the DigitalOcean Functions Challenge

A quick write-up on writing a Rust CLI to complete the DigitalOcean Functions Challenge