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

Practical Rust Web Development - API Rest
rust2019-05-14
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - API Rest

This is a series of posts to explore the possibilities of using Rust for web development

How to sequence in Rust
rust2019-05-21
Sean PolicarpioSean Policarpio

How to sequence in Rust

Well, I wouldn't say it's exactly the same sequencing in terms of FP languages like Scala et al., but...

Cloudsmith + Rust = The World's First Private Cargo Registry Service
cloudsmith2019-05-17
Alan CarsonAlan Carson

Cloudsmith + Rust = The World's First Private Cargo Registry Service

Cloudsmith are proud to provide the World's first commercially available public and private Cargo registry hosting, with ultra-fast and secure delivery of your Rust packages, alongside all of the usual Enterprise-grade features that we provide.

Practical Rust Web Development - Connection Pool
diesel2019-05-16
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - Connection Pool

Create a database connection pool for Diesel

TIL: sort tuple in vec on rustlang
replit2019-05-13
Murahashi [Matt] KenichiMurahashi [Matt] Kenichi

TIL: sort tuple in vec on rustlang

small to large

64 Cores on Fire: Supercharging My Development Experience
rust2019-05-08
Ryan LevickRyan Levick

64 Cores on Fire: Supercharging My Development Experience

How I made working on the Rust standard library easier by throwing more cores at the problem

Rust Must-Know Crates
rust2019-05-07
Crystal DurhamCrystal Durham

Rust Must-Know Crates

35+ Rust Crates You Will Want to Know About

Solving Problems By Avoiding Them
rust2019-05-07
Ben LovyBen Lovy

Solving Problems By Avoiding Them

I just saved myself a ton of heartache by doing something a lot easier instead. ...

Vectors: linear containers in Rust
rust2019-05-07
Dandy VicaDandy Vica

Vectors: linear containers in Rust

Rust vectors

YARIT: Yet Another Rust Iterators Tutorial
rust2019-05-12
Dandy VicaDandy Vica

YARIT: Yet Another Rust Iterators Tutorial

Rust iterators

Thank you to byte-sized integers
cpp2019-05-01
Basti OrtizBasti Ortiz

Thank you to byte-sized integers

With the ubiquity of high-level, dynamically-typed languages, we have lost control over the memory allocations of our numbers. In this article, I take the time to give thanks to the unsung heroes of memory optimization: unsigned integer types.

Explained: Futures in Rust for Web Development
rust2019-05-02
Bastian GruberBastian Gruber

Explained: Futures in Rust for Web Development

Every async environment needs a type. Lets talk about Futures and why they are needed.

Pirrigator, part 5.
rust2019-05-02
Neil GallNeil Gall

Pirrigator, part 5.

I actually have some code now!

Rust for Frontend Developers: Modules
opensource2019-04-30
Kenneth LarsenKenneth Larsen

Rust for Frontend Developers: Modules

Not that long ago I decided to start learning Rust. While it has a lot of useful resources online and...

WASM to WASI
webassembly2019-04-29
jeikabujeikabu

WASM to WASI

You would have to try hard to avoid hearing about WebAssembly/WASM. Hardly a day goes by without...

Error Handling in Rust programming language
rust2019-04-27
sai umeshsai umesh

Error Handling in Rust programming language

Error Handling in Rust