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

Think/Code
rust2023-03-30
Antonov MikeAntonov Mike

Think/Code

Day three of code refactoring... Trying to start to think this way My original code: let mut...

Simplest Hello World Ever ( in RUST )
beginners2023-03-30
Chiranjeevi TirunagariChiranjeevi Tirunagari

Simplest Hello World Ever ( in RUST )

Introduction If this is not your first "Hello World" tutorial, then you probably already...

Donation ink! smart contract
rust2023-03-30
Ganesh oliGanesh oli

Donation ink! smart contract

Donation smart contract is useful when you are learning substrate based ink! smart contract. This...

Rust Axum - Extracting Query Param of Vec
rust2023-03-29
Pongsakorn Win SemsuwanPongsakorn Win Semsuwan

Rust Axum - Extracting Query Param of Vec

Hi, If you are a rust web dev beginner just like me, chances you will run into a task whereas you...

10 Best Use Cases of Rust Programming Language in 2023
rust2023-03-29
Chetan MittalChetan Mittal

10 Best Use Cases of Rust Programming Language in 2023

In 2021, Rust piqued my interest in learning a new programming language though I was comfortable with...

Trending Rust repos of the week 📈
news2023-03-28
Rodrigo M.S.Rodrigo M.S.

Trending Rust repos of the week 📈

Hey there! 👋 Welcome to #TrendingTuesday This week we'll look into the fastest growing repos written...

Rust's `Send` and `Sync`, but actually the opposite
rust2023-03-28
jmaarghjmaargh

Rust's `Send` and `Sync`, but actually the opposite

This post is my personal notes for grokking Send and Sync in Rust. It's not formal, and will assume...

Using Cow in Rust for efficient memory utilization
rust2023-03-28
Matt AngelosantoMatt Angelosanto

Using Cow in Rust for efficient memory utilization

Written by Andrew Evans✏️ Clone-on-write — or Cow for short — is a convenient wrapper that allows us...

STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions with embedded-hal
rust2023-03-28
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions with embedded-hal

Introduction In last week's post, I demonstrated the creation of a simple UART abstraction...

State machine testing with Proptest
rust2023-03-28
Tomáš ZemanovičTomáš Zemanovič

State machine testing with Proptest

I’m excited to share the state machine testing support for Proptest crate that I’m trying to...

Rust and Scala: Comparisons
webdev2023-03-27
Daniel OnughaDaniel Onugha

Rust and Scala: Comparisons

Rust and Scala belong to the "Languages" category of the tech stack, they are both open-source tool,...

How to use Rust on Arduino (Windows Rust)
rust2023-03-27
Ryan Kopf, Owner of the MoonRyan Kopf, Owner of the Moon

How to use Rust on Arduino (Windows Rust)

1 - Install Rust nightly compiler: rustup toolchain install nightly 2 - Install Scoop via...

Rust vs C and C++: A Concise Comparison for Developers 🚀
rust2023-03-25
Jimmy McBrideJimmy McBride

Rust vs C and C++: A Concise Comparison for Developers 🚀

As developers, we're always looking for the best tools to get the job done. While C and C++ have long...

Secure Data with On-Prem Storage of Engineer Activity
zeroassumptions2023-03-26
Falon DarvilleFalon Darville

Secure Data with On-Prem Storage of Engineer Activity

Zero Assumptions offers companies a secure way to get and store their engineers’ activities on...

Create blob object (Git)
rust2023-03-25
kataoka_nopeNoshishikataoka_nopeNoshishi

Create blob object (Git)

Hello Dev community! I'm noshishi, a apprentice engineer in Tokyo. This article is about...

Embedded Rust on BBC Micro Bit: unlocking Vec and HashMap
rust2023-03-24
Cyril MarpaudCyril Marpaud

Embedded Rust on BBC Micro Bit: unlocking Vec and HashMap

As an engineer having spent most of 2022 learning the Rust language, I was a little worried about the...