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

What would SQLite look like if written in Rust? — Part 1
database2021-02-16
João Henrique Machado SilvaJoão Henrique Machado Silva

What would SQLite look like if written in Rust? — Part 1

What would SQLite look like if written in Rust? — Part 1 Writing a SQLite clone from scrat...

What would SQLite look like if written in Rust? — Part 0
database2021-02-16
João Henrique Machado SilvaJoão Henrique Machado Silva

What would SQLite look like if written in Rust? — Part 0

Writing a SQLite clone from scratch in Rust Part 1 — Understanding SQLite and Setting up CLI Applica...

Validating JSON input in Rust web services
rust2021-02-15
Evaldas BuinauskasEvaldas Buinauskas

Validating JSON input in Rust web services

One of the key features of a good web service is user input validation. External input cannot be...

Rudo. Building Terminal UI with Rust
rust2021-02-13
Gleb IrovichGleb Irovich

Rudo. Building Terminal UI with Rust

Hey there, in today's post I would like to introduce you to my new pet project - Rudo. Rudo stands fo...

Make a Combined Library and Binary Project in Rust
rust2021-02-10
YJDoc2YJDoc2

Make a Combined Library and Binary Project in Rust

In this article, we will take a look at how to create a combined library-binary project in Rust. In...

Go, Rust and C++ Side by Side
rust2021-02-10
Alex MercedAlex Merced

Go, Rust and C++ Side by Side

Why? Recently I did a blog post where I show the basic syntax in Javascript, Python, Ruby...

17 Resources to Help You Learn Rust in 2021
rust2021-02-10
SerokellSerokell

17 Resources to Help You Learn Rust in 2021

Searching for a new programming language to learn in 2021? There are many great options out there, bu...

Swift vs. Rust -- an Overview of Swift from a Rusty Perspective
swift2021-02-07
RhymuRhymu

Swift vs. Rust -- an Overview of Swift from a Rusty Perspective

I first learned Swift in 2017, which for me was ages ago. Back then it was at version 3.1. I'm much...

Svelte with Rust and a GraphQL REST API Wrapper
rust2021-02-08
Marius ReimerMarius Reimer

Svelte with Rust and a GraphQL REST API Wrapper

I show how I created a basic GraphQL Wrapper in Rust for the REST PokeAPI, including a PokeDex website using Svelte

Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)
rust2021-01-18
Davide Del PapaDavide Del Papa

Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)

[Photo by Kelly Sikkema on Unsplash, modified (cropped)] This article follows up on a discussion. Pl...

Rust CLI Game of Life tutorial - PART 1
rust2021-02-04
Jakub BarszczewskiJakub Barszczewski

Rust CLI Game of Life tutorial - PART 1

Tutorial showing how to implement Conway's Game of Life as a CLI application written in Rust. Makes use of Crossterm crate which is amazing for working with terminal.

Forays from Node to Rust
node2021-01-31
jldecjldec

Forays from Node to Rust

Why Rust? A couple of years ago I picked up the excellent Programming Rust book. Reading...

Create a Parser with Rust and Nom
rust2021-02-03
Daniel ImfeldDaniel Imfeld

Create a Parser with Rust and Nom

Writing a parser can seem intimidating if you haven’t done it before. It conjures visions of obscure...

24 Awesome Open-Source Rust Projects
rust2021-01-26
SerokellSerokell

24 Awesome Open-Source Rust Projects

Rust has a very lively and fast-paced open source ecosystem, with a ton of contributors working on a...

Implementing an LRU Cache in Rust
rust2021-01-27
Sean ChenSean Chen

Implementing an LRU Cache in Rust

The original version of this post can be found on my developer blog at https://seanchen1991.github.i...

2048 WASM
showdev2021-01-26
Max BantsevichMax Bantsevich

2048 WASM

This article is an experiment with Rust with its subsequent compilation in WASM. It was interesting t...