• 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's the use of zero-sized types in Rust?
rust2022-02-21
Hoon WeeHoon Wee

What's the use of zero-sized types in Rust?

A struct type without any fields Rust's modern type system Rust is a modern...

Misadventures Playing in Rust on AWS Lambda
aws2022-02-19
Bryson TyrrellBryson Tyrrell

Misadventures Playing in Rust on AWS Lambda

That feeling of embarking on something new. Not pictured is the wall I ran into. I am a Python...

Cherrybomb v0.4.3 - Added support for OAS-3.1
opensource2022-02-20
Guy LevingerGuy Levinger

Cherrybomb v0.4.3 - Added support for OAS-3.1

Hi everyone! We just released Cherrybomb v0.4.3, Cherrybomb is a CLI tool helps you avoid undefined...

使用Foundry,感受快,rust对写合约的支持
foundry2022-02-20
晓道晓道

使用Foundry,感受快,rust对写合约的支持

介绍 Foundry 是一个新出的rust写的合约开发框架 rust一直在改变编程界的格局,btc C语言开发,eth go主导,也有 rust 的eth 波卡链...

Rust Project for Beginner: Natural Language Detector
rust2022-02-19
Michael OlayemiMichael Olayemi

Rust Project for Beginner: Natural Language Detector

Rust is a lovely language, the more you learn it the more you love it. In this tutorial we are going...

What is keeping you from dabbling in writing Hardware ?
discuss2022-02-19
YJDoc2YJDoc2

What is keeping you from dabbling in writing Hardware ?

Let's face it, if you are writing any program, in any language : you need hardware to run it. If you...

Rust and web assembly Rust Tutorial:3
rust2022-02-17
TawhidTawhid

Rust and web assembly Rust Tutorial:3

what is Rust? Rust is a memeory safe compiled language, It is used where memory is critical,where...

An async & dynamic ORM for Rust!
rust2022-02-16
SeaQLSeaQL

An async & dynamic ORM for Rust!

SeaORM is a relational ORM to help you build web services in Rust with the familiarity of...

Rust structs - How well are you using it?
rust2022-02-14
Hoon WeeHoon Wee

Rust structs - How well are you using it?

How well are you using structs? There are several ways to use structs, and we will see...

Implement Rust trait for all types that have another trait
rust2022-02-15
Simon ShineSimon Shine

Implement Rust trait for all types that have another trait

Rust traits are powerful. A particularly neat thing you can do is implement a trait for several types...

A Toy Blockchain in 100 Lines or Less
rust2022-02-14
Aaron ChengAaron Cheng

A Toy Blockchain in 100 Lines or Less

Introduction As the popularity and mainstream awareness of NFTs and blockchains...

Tauri 1.0 Release Candidate
tauri2022-02-10
Daniel Thompson-YvetotDaniel Thompson-Yvetot

Tauri 1.0 Release Candidate

tl;dr; We present the first release candidate of Tauri 1.0, and invite you to look at, comment upon,...

Learning a Language by Writing Unit Tests
programming2022-02-06
Itachi UchihaItachi Uchiha

Learning a Language by Writing Unit Tests

Hi there! In this post, I'll talk about a boring topic. It's about learning new technology. In...

⭐️ The Open Source Alternative To Notion ⭐️
devops2022-01-27
Asrorbek O'ktamjonovAsrorbek O'ktamjonov

⭐️ The Open Source Alternative To Notion ⭐️

Getting Started with development Please view the documentation for OS specific...

Making Games in Rust - Part 13 - Monster AI
bevy2022-02-07
Sébastien BelzileSébastien Belzile

Making Games in Rust - Part 13 - Monster AI

Our monsters currently are boring inanimate red square. It would be great if they could somewhat be...

The Gilded Rose Kata in Rust
rust2022-02-06
Nicolas FränkelNicolas Fränkel

The Gilded Rose Kata in Rust

The Gilded Rose Kata is a refactoring exercise. The full description is available on GitHub. I became...