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

Operator Overloading in Rust
rust2019-12-19
Anil Kumar KhandeiAnil Kumar Khandei

Operator Overloading in Rust

I am learning operator overloading in Rust. There is this basic example in the programming book: st...

My journey with Rustlang
rust2019-12-18
Benoit ChassignolBenoit Chassignol

My journey with Rustlang

About me It's more about personal experience than technical skill. First of all I want to...

Advent of Code 2019 - Day 6
adventofcode2019-12-18
bretthancoxbretthancox

Advent of Code 2019 - Day 6

Introduction As part of my ongoing effort to learn Rust, I thought it would be interesting...

Publishing a Rust binary on npm
rust2019-12-16
WouterWouter

Publishing a Rust binary on npm

Instead of asking your users to install the entire Rust toolchain just to compile your program with...

CRUD WebApp in Rust with Yew
rust2019-12-14
Jose CarrionJose Carrion

CRUD WebApp in Rust with Yew

Create CRUD Rust web application using Yew Framework

wc-rs: A faster port of unix wc in Rust
rust2019-12-14
Palash NigamPalash Nigam

wc-rs: A faster port of unix wc in Rust

7 Reasons Why I Chose Rust
rust2019-12-14
Tore PettersenTore Pettersen

7 Reasons Why I Chose Rust

Originaly posted on cloudmaker.dev For most programming languages I feel you have to sacrifice eithe...

Advent of Code 2019 - Day 1 (an aside, in Rust!)
rust2019-12-13
bretthancoxbretthancox

Advent of Code 2019 - Day 1 (an aside, in Rust!)

Introduction Since I'm dabbling with Rust, I wanted to see if I could do some of the Adven...

Day25:iter & into_iter & the confusion - 100DayOfRust
rust2019-12-13
BCBC

Day25:iter & into_iter & the confusion - 100DayOfRust

Yep, I came back to iter and into_iter again after 2 previous post. In one of the previous post I tho...

Day24:Multi Thread - 100DayOfRust
rust2019-12-11
BCBC

Day24:Multi Thread - 100DayOfRust

In rust it is easy to spawn a thread, for example: use std::thread; fn main() { let t1 = threa...

Day23:Call shell command - 100DayOfRust
rust2019-12-11
BCBC

Day23:Call shell command - 100DayOfRust

I want to call some shell commands from Rust. In Python it is as easy as: import os os.system("ls -...

Cool Rust and WebAssembly Resource
rust2019-12-07
Nick TaylorNick Taylor

Cool Rust and WebAssembly Resource

I still haven’t really dug into Rust and WebAssembly (WASM) yet, but this project looks really...

The Not So Hard Bits In Practice
rust2019-12-09
Steven TrotterSteven Trotter

The Not So Hard Bits In Practice

Writing Basic Programs Introduction Since the previous entry a lot has happened...

What's up, doc? Rust doctests and you
rust2019-12-09
FilipFilip

What's up, doc? Rust doctests and you

Rust has an interesting feature in its documentation system: if you're writing a library, it will act...

Day22:iter, map, for_each, filter & closure - 100DayOfRust
rust2019-12-09
BCBC

Day22:iter, map, for_each, filter & closure - 100DayOfRust

I posted an article about Closure before, but in that article I was still confused inside the closure...

Wallpapers for the Rust of us
rust2019-12-07
Roberto HuertasRoberto Huertas

Wallpapers for the Rust of us

Before Barcelona’s RustFest edition, I created some wallpapers for the occasion. It’s time to share...