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

Letting the compiler tell you what to do - an example using Rust
rust2019-01-12
Dimitri MerejkowskyDimitri Merejkowsky

Letting the compiler tell you what to do - an example using Rust

Originally published on my blog. If you’ve ever written code in a compiled language (C, C++, Java,...

What resources would you recommend to learn Rust?
rust2019-01-02
Mateusz BełczowskiMateusz Bełczowski

What resources would you recommend to learn Rust?

My primary language is Python, but I also have some experience in JS, Java and C++. I have read Rust...

Dropping root privileges in rust
rust2019-01-08
Grayson HayGrayson Hay

Dropping root privileges in rust

A quick tutorial on how to drop root privileges from a process in rust

FlatBuffers (in Rust)
rust2019-01-07
jeikabujeikabu

FlatBuffers (in Rust)

Following up on the last post closing the chapter on Apache Thrift, we’re looking at another...

Rust lifetimes, a high wall for Rust newbies
rust2019-01-03
TakaakiFuruseTakaakiFuruse

Rust lifetimes, a high wall for Rust newbies

just summurlizing what I currently learned

Prepare Raspberry Pi and starting with Rust Embeded
rust2018-12-19
Hasan YousefHasan Yousef

Prepare Raspberry Pi and starting with Rust Embeded

I just got my Raspberry Pi 3 (along with sensors kit), and below how I did the ...

Turning RobotDyn Black Pill into a Black Magic Probe
rust2018-12-18
nickraynickray

Turning RobotDyn Black Pill into a Black Magic Probe

Actual date: 2018-12-18 Today, my package from RobotDyn arrived, containing too many things, among t...

Building WASM, Android and iOS app with single/common RUST core code
rust2018-12-12
Hasan YousefHasan Yousef

Building WASM, Android and iOS app with single/common RUST core code

I'll write below, the file required to write simple hello world code using RUST...

Simple Rust + WASM example
rust2018-12-08
Hasan YousefHasan Yousef

Simple Rust + WASM example

Install rust $ brew install rustup $ rustup-init Set default toolchai...

A toy shell in 75 lines of rust code
rust2018-12-10
Yoandy Rodriguez MartinezYoandy Rodriguez Martinez

A toy shell in 75 lines of rust code

Yesterday I wrote a toy shell in Rust, it only has around 75 lines of code so d...

Rust + WASM using bindgen
rust2018-12-08
Hasan YousefHasan Yousef

Rust + WASM using bindgen

This is an advance topic using bindgen, as second step to my previouse post C...

GitHub Actions: An introductory look and first impressions
rust2018-12-04
Michael GattozziMichael Gattozzi

GitHub Actions: An introductory look and first impressions

I recently had the benefit of gaining access to GitHub’s Actions beta. What is GitHub Actions?...

Rust Derive Macros
rust2018-12-03
jeikabujeikabu

Rust Derive Macros

Rust has macros similar in purpose to C++’s macros/templates in that it’s code that runs at compile...

AWS Lambda Rust Runtime Announced
aws2018-11-30
jeikabujeikabu

AWS Lambda Rust Runtime Announced

Among the AWS Lambda announcements is a feature called “Lambda Runtime API” to enable use of...

Check out this Advent of Code helper for Rust
rust2018-11-30
Ben LovyBen Lovy

Check out this Advent of Code helper for Rust

A link to a handy Advent of Code Rust helper

Rust Survey 2018 Results
rust2018-11-27
chengechenge

Rust Survey 2018 Results

What do you want to say about Rust? I learned a little Rust this year. I felt a little hard to...