DEV Community

Rust

This tag is for posts related to the Rust programming language, including its libraries.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Chaos Engineering - Who's to Blame for the Bug Mess?

Chaos Engineering - Who's to Blame for the Bug Mess?

Comments
4 min read
API Gateway, Lambda, DynamoDB and Rust

API Gateway, Lambda, DynamoDB and Rust

12
Comments
10 min read
L'ownership en Rust !

L'ownership en Rust !

1
Comments
5 min read
Advent of Code 2023 Day 4

Advent of Code 2023 Day 4

2
Comments
5 min read
Advent of Code 2023 Day 3

Advent of Code 2023 Day 3

2
Comments
7 min read
Rust is SLOW actually? - AOC 2023 day 1 performance comparison

Rust is SLOW actually? - AOC 2023 day 1 performance comparison

5
Comments 15
5 min read
Rust: seconds since epoch -- “1970-01-01 00:00:00 UTC”.

Rust: seconds since epoch -- “1970-01-01 00:00:00 UTC”.

1
Comments
5 min read
Embassy on ESP: GPIO

Embassy on ESP: GPIO

2
Comments
13 min read
How cybercriminals steal your passwords by listening to your keyboard 🕵️‍♀️ 💁‍♀️

How cybercriminals steal your passwords by listening to your keyboard 🕵️‍♀️ 💁‍♀️

3
Comments 1
2 min read
Advent of Code 2023 Day 2

Advent of Code 2023 Day 2

3
Comments
5 min read
Working through the fast.ai book in Rust - Part 3

Working through the fast.ai book in Rust - Part 3

2
Comments 1
8 min read
Reversing sort order in Rust

Reversing sort order in Rust

Comments
2 min read
Advent of Code 2023 Day 1

Advent of Code 2023 Day 1

5
Comments
5 min read
Comparing Apples and Oranges: Rust and JavaScript in AOC 2023 Day 1

Comparing Apples and Oranges: Rust and JavaScript in AOC 2023 Day 1

1
Comments
6 min read
Calibrating an Elven Trebuchet in Rust: Advent of Code 2023 Day 1

Calibrating an Elven Trebuchet in Rust: Advent of Code 2023 Day 1

1
Comments 2
10 min read
Advent of Code 2023 - DAY 1

Advent of Code 2023 - DAY 1

1
Comments
2 min read
Unveiling arroy: Meilisearch's Latest ANNs Innovation with Rust and LMDB – A Nod to Spotify's Anno

Unveiling arroy: Meilisearch's Latest ANNs Innovation with Rust and LMDB – A Nod to Spotify's Anno

Comments 1
3 min read
Recreating the Apple Calculator in Rust using Tauri, Yew and Tailwind

Recreating the Apple Calculator in Rust using Tauri, Yew and Tailwind

9
Comments
9 min read
Rust Game Dev Log #2: Grass Part 2 | Wind Simulation!

Rust Game Dev Log #2: Grass Part 2 | Wind Simulation!

4
Comments
5 min read
Working through the fast.ai book in Rust - Part 6

Working through the fast.ai book in Rust - Part 6

Comments
7 min read
A counter that listen keyboard events 🕹️

A counter that listen keyboard events 🕹️

10
Comments
1 min read
From Shell to Rust: The Innovative Transformation of fish-shell and Its Impacts on Developer Efficiency

From Shell to Rust: The Innovative Transformation of fish-shell and Its Impacts on Developer Efficiency

Comments
3 min read
Create a REST API in Rust that you wouldn't be (too?) ashamed of deploying to production

Create a REST API in Rust that you wouldn't be (too?) ashamed of deploying to production

8
Comments
7 min read
Simplifying the Management of Remote SQLite Databases

Simplifying the Management of Remote SQLite Databases

5
Comments
4 min read
Chaos Engineering - Who's to Blame for the Bug Mess?

Chaos Engineering - Who's to Blame for the Bug Mess?

Comments
4 min read
Embassy on ESP: Getting Started

Embassy on ESP: Getting Started

5
Comments 4
7 min read
Why Enums in Rust feel so much better

Why Enums in Rust feel so much better

6
Comments 1
7 min read
Exploring the Rust 1.70 Update and LLVM 16: A Comprehensive Look

Exploring the Rust 1.70 Update and LLVM 16: A Comprehensive Look

7
Comments 7
2 min read
Level up your Typescript game, functionally - Part 3

Level up your Typescript game, functionally - Part 3

6
Comments
3 min read
Benchmark TypeScript Parsers: Demystify Rust Tooling Performance

Benchmark TypeScript Parsers: Demystify Rust Tooling Performance

6
Comments 5
11 min read
20 times faster data submission to DynamoDB by parallel processing with Rust.

20 times faster data submission to DynamoDB by parallel processing with Rust.

2
Comments
4 min read
The Hallucinated Rows Incident

The Hallucinated Rows Incident

6
Comments 1
11 min read
Redefining Kernel Craftsmanship: The Rise of Rust in System-Level Programming

Redefining Kernel Craftsmanship: The Rise of Rust in System-Level Programming

5
Comments
3 min read
One of many ways to migrate from NodeJS to Rust

One of many ways to migrate from NodeJS to Rust

7
Comments
6 min read
Tests Everywhere - Rust

Tests Everywhere - Rust

Comments
3 min read
Ultimate Guide To Rust Lifetimes For Newbies

Ultimate Guide To Rust Lifetimes For Newbies

6
Comments 7
6 min read
Harnessing eBPF and XDP for DDoS Mitigation - A Rust Adventure with rust-aya

Harnessing eBPF and XDP for DDoS Mitigation - A Rust Adventure with rust-aya

1
Comments 2
17 min read
Working through the fast.ai book in Rust - Part 4

Working through the fast.ai book in Rust - Part 4

2
Comments
15 min read
The Arcane Art of Rust: An Introduction

The Arcane Art of Rust: An Introduction

2
Comments
3 min read
Rust Concurrency Explained: Cleaning Code with Traits and Simplifying Services

Rust Concurrency Explained: Cleaning Code with Traits and Simplifying Services

Comments
9 min read
A Developer’s Dilemma: Navigating Rust 🦀 and Python 🐍

A Developer’s Dilemma: Navigating Rust 🦀 and Python 🐍

7
Comments 3
4 min read
Edge IoT with Rust on ESP: MQTT Subscriber

Edge IoT with Rust on ESP: MQTT Subscriber

5
Comments 5
7 min read
Rust Game Dev Log #1: Grass Part 1 | Generating a Field of Grass!

Rust Game Dev Log #1: Grass Part 1 | Generating a Field of Grass!

1
Comments 4
9 min read
Rust: JSON Web Token -- some investigative studies on crate jsonwebtoken.

Rust: JSON Web Token -- some investigative studies on crate jsonwebtoken.

Comments
9 min read
Working through the fast.ai book in Rust - Part 2

Working through the fast.ai book in Rust - Part 2

3
Comments
7 min read
Emulating PS2 Floating-Point Numbers: IEEE 754 Differences (Part 1)

Emulating PS2 Floating-Point Numbers: IEEE 754 Differences (Part 1)

8
Comments
9 min read
AWS Custom API Gateway Authorizer with Rust and Okta

AWS Custom API Gateway Authorizer with Rust and Okta

2
Comments 1
9 min read
Rust Concurrency Explained: A Beginner's Guide to Arc and Mutex

Rust Concurrency Explained: A Beginner's Guide to Arc and Mutex

6
Comments 6
11 min read
Working through the fast.ai book in Rust - Part 1

Working through the fast.ai book in Rust - Part 1

6
Comments
6 min read
Minky scripting language

Minky scripting language

5
Comments 2
2 min read
Rust: JSON Web Token -- some investigative studies on crate jwt-simple.

Rust: JSON Web Token -- some investigative studies on crate jwt-simple.

Comments
11 min read
Create a Full stack Rust desktop App with Tauri, Yew and Tailwind CSS

Create a Full stack Rust desktop App with Tauri, Yew and Tailwind CSS

9
Comments
9 min read
WHY ALL REAL FRONT-END DEVELOPERS SHOULD REWRITE EVERYTHING IN RUST IN 2024

WHY ALL REAL FRONT-END DEVELOPERS SHOULD REWRITE EVERYTHING IN RUST IN 2024

19
Comments 14
2 min read
Greptime User Guide - How to Store GreptimeDB Data on AWS S3

Greptime User Guide - How to Store GreptimeDB Data on AWS S3

Comments
5 min read
Add context to errors

Add context to errors

1
Comments
8 min read
Package All the Things

Package All the Things

4
Comments
3 min read
Building and Deploying a Static Site Generator in less than an hour using Rust

Building and Deploying a Static Site Generator in less than an hour using Rust

12
Comments
12 min read
Ping-Pong rust: a project for your first dev-job

Ping-Pong rust: a project for your first dev-job

2
Comments
3 min read
8 Rusty open source data projects to watch in 2024 🤩

8 Rusty open source data projects to watch in 2024 🤩

14
Comments 11
7 min read
Using Dioxus with Rust to build performant single-page apps

Using Dioxus with Rust to build performant single-page apps

6
Comments
13 min read
loading...