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

Variable Shadowing In Rust – “Let” Is Immutable But Not Constant
engineering2020-05-13
Lane WagnerLane Wagner

Variable Shadowing In Rust – “Let” Is Immutable But Not Constant

The post Variable Shadowing In Rust – “Let” Is Immutable But Not Constant appeared first on...

What I learned contributing to Rust-Analyzer
rust2020-05-11
Coenen BenjaminCoenen Benjamin

What I learned contributing to Rust-Analyzer

What is rust-analyzer and its goal: Rust-analyzer is a tool to improve the developer exper...

Concurrency In Rust; Can It Stack Up Against Go’s Goroutines?
engineering2020-05-11
Lane WagnerLane Wagner

Concurrency In Rust; Can It Stack Up Against Go’s Goroutines?

The post Concurrency In Rust; Can It Stack Up Against Go’s Goroutines? appeared first on...

#3 Building a simple GraphQL API with Actix and Juniper (Rust)
rust2020-05-11
Julio Daniel ReyesJulio Daniel Reyes

#3 Building a simple GraphQL API with Actix and Juniper (Rust)

⏱️TIMESTAMPS⏱️ 0:00 Simple GraphQL API with Actix and Juniper - part 3 0:07 Start of the video 0:...

Why I started learning Rust and impressions after a week
rust2020-05-10
Vignesh MVignesh M

Why I started learning Rust and impressions after a week

[Originally posted at vikky.dev] I decided to learn one new programming language every year since 20...

Day39:Generate random value - 100DayOfRust
rust2020-05-09
BCBC

Day39:Generate random value - 100DayOfRust

We can use external crate rand to generate random value. In Cargo.toml: rand="0.7.3" In main.r...

Type Thinking 🤔 P2 - Typeclass
typescript2020-05-08
liron_hazanliron_hazan

Type Thinking 🤔 P2 - Typeclass

In this post I shortly compare: Haskell Typeclass Rust Trait Typescript type constraints...

Super Simple Disk Benchmark written in rust
rust2020-05-07
Sven KanoldtSven Kanoldt

Super Simple Disk Benchmark written in rust

Super Simple Disk Benchmark - benchmarks the writing performance of your disk. Written in rust.

Rust Overload Add operator
rust2020-05-06
Joaquín CaroJoaquín Caro

Rust Overload Add operator

How and why overload Add operator

Rust: Error handling
rust2020-05-03
Abhishek GuptaAbhishek Gupta

Rust: Error handling

This blog covers error handling in Rust with simple examples. Rust does not have exceptions - it us...

little rust starter hint series: lifetimes made easy
rust2020-05-03
Sven KanoldtSven Kanoldt

little rust starter hint series: lifetimes made easy

rust lifetimes have the reputation to be very complicated, hard to use and even harder to understand. With this little article the entry barrier should be lowered and clarity should shine among the curious reader.

A beginners guide to gRPC with Rust
rust2020-04-24
Anshul GoyalAnshul Goyal

A beginners guide to gRPC with Rust

Table of Contents Introduction Protocol Buffer Rust and gRPC Creating a Server Creating a...

Call into Rust from C# and Unity
rust2020-04-28
Emanuele ManzioneEmanuele Manzione

Call into Rust from C# and Unity

Rust is a safe and fast low-level language and recently I got enthusiastic about it. So I would like...

GitUI - fast terminal ui written in Rust
workingon2020-04-28
Stephan DillyStephan Dilly

GitUI - fast terminal ui written in Rust

Hassle with staging individual hunks in the git cli? Then GitUI is there to help with a user friendly...

Type thinking P1 - Types 
typescript2020-04-28
liron_hazanliron_hazan

Type thinking P1 - Types 

Types addiction.. no "taxes" or bulshit ;) Prologue: This post is the 1st of a series of short posts...

Comparison between Java, Go, and Rust
java2020-04-27
DexDex

Comparison between Java, Go, and Rust

Comparison between Java, Go, and Rust - Dexter Darwich - Medium...