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.
Rust no_std template

Rust no_std template

10
Comments 1
1 min read
A Beginner's Guide to Handling Errors in Rust

A Beginner's Guide to Handling Errors in Rust

20
Comments
10 min read
Rust on Lambda using the CDK

Rust on Lambda using the CDK

22
Comments 2
5 min read
How to make HTTP Get Request using Golang and Rust?

How to make HTTP Get Request using Golang and Rust?

6
Comments 4
2 min read
Getting started with Kafka and Rust: Part 1

Getting started with Kafka and Rust: Part 1

18
Comments 1
7 min read
Ergonomic error handling with Rust

Ergonomic error handling with Rust

58
Comments 6
16 min read
Early Raspberry Pi Pico and Rust

Early Raspberry Pi Pico and Rust

11
Comments
3 min read
Rust Generic Types in Method Definitions

Rust Generic Types in Method Definitions

9
Comments 1
6 min read
I was bored, so I built a programming language

I was bored, so I built a programming language

242
Comments 23
8 min read
Learning Rust 🦀 and making a Magic 8 Ball program!

Learning Rust 🦀 and making a Magic 8 Ball program!

4
Comments 2
1 min read
MoonZoon Dev News (2): Live demo, Zoon, Examples, Architectures

MoonZoon Dev News (2): Live demo, Zoon, Examples, Architectures

18
Comments 1
8 min read
Parser combinators in Rust

Parser combinators in Rust

6
Comments
8 min read
Implementing SHA2 (256/512) algorithm with Rust const generics

Implementing SHA2 (256/512) algorithm with Rust const generics

15
Comments
4 min read
Are you ready for a Goose Attack?

Are you ready for a Goose Attack?

5
Comments
8 min read
Analisando alocações de memória em Rust utilizando GNU Debugger

Analisando alocações de memória em Rust utilizando GNU Debugger

7
Comments
9 min read
Lookup TXT Records using Rust & trust-dns-resolver

Lookup TXT Records using Rust & trust-dns-resolver

6
Comments
2 min read
rad, a privilege changer.

rad, a privilege changer.

6
Comments
1 min read
Lookup SOA Records using Rust & trust-dns-resolver

Lookup SOA Records using Rust & trust-dns-resolver

6
Comments
2 min read
Array duality in Go and Rust

Array duality in Go and Rust

46
Comments 4
9 min read
Lookup MX Records using Rust & trust-dns-resolver

Lookup MX Records using Rust & trust-dns-resolver

6
Comments
4 min read
Learning Rust #2: Option & Result

Learning Rust #2: Option & Result

9
Comments 2
6 min read
Command to easily maintain rust dependencies with command line

Command to easily maintain rust dependencies with command line

11
Comments
1 min read
As a first project in Rust, I made a programming language on my own

As a first project in Rust, I made a programming language on my own

22
Comments 3
2 min read
What I found hard about Rust (and how I got the hang of it)

What I found hard about Rust (and how I got the hang of it)

4
Comments
2 min read
Rust & Rocket - Zero to Deploy

Rust & Rocket - Zero to Deploy

24
Comments
7 min read
Pattern matching in Rust and other imperative languages

Pattern matching in Rust and other imperative languages

7
Comments
7 min read
Deploy A Rust Website on Heroku

Deploy A Rust Website on Heroku

43
Comments 1
5 min read
WebAssembly入门

WebAssembly入门

14
Comments 1
4 min read
A Bunch of Odysseus Pseudocode I Guess

A Bunch of Odysseus Pseudocode I Guess

6
Comments
5 min read
Making Great Docs with Rustdoc

Making Great Docs with Rustdoc

16
Comments
11 min read
ttyper - a Terminal-Based Typing Test

ttyper - a Terminal-Based Typing Test

11
Comments
3 min read
Rust/Wasm on AWS Lambda@Edge

Rust/Wasm on AWS Lambda@Edge

8
Comments
9 min read
Structuring Data with Serde in Rust for MongoDB

Structuring Data with Serde in Rust for MongoDB

6
Comments
3 min read
GitUI - 1 year anniversary release

GitUI - 1 year anniversary release

4
Comments 1
1 min read
Translating My Resume (and any text file) with Rust

Translating My Resume (and any text file) with Rust

8
Comments
6 min read
Learning Rust #1: Pattern Matching

Learning Rust #1: Pattern Matching

37
Comments 2
4 min read
Rust - Reqwest examples

Rust - Reqwest examples

39
Comments 5
4 min read
1.1 Comments

1.1 Comments

6
Comments 13
9 min read
A month in rav1e - February

A month in rav1e - February

6
Comments
4 min read
Learning Rust

Learning Rust

5
Comments
1 min read
Consuming high-throughput Redis streams with Rust

Consuming high-throughput Redis streams with Rust

8
Comments
1 min read
GitUI v0.12 supports pull now!

GitUI v0.12 supports pull now!

5
Comments 1
1 min read
What are some things you wish you had known when you started learning Rust?

What are some things you wish you had known when you started learning Rust?

2
Comments 3
1 min read
Calling a private Rust function from outside of its module

Calling a private Rust function from outside of its module

3
Comments 1
4 min read
Why fnm was rewritten in Rust

Why fnm was rewritten in Rust

3
Comments
7 min read
Replacing FastAPI with Rust: Part 6 - AWS Lambda

Replacing FastAPI with Rust: Part 6 - AWS Lambda

9
Comments
7 min read
MoonZoon Dev News (1): CLI, Build pipeline, Live-reload, HTTPS

MoonZoon Dev News (1): CLI, Build pipeline, Live-reload, HTTPS

15
Comments 5
6 min read
Introducing The Calypso Chronicles

Introducing The Calypso Chronicles

7
Comments
5 min read
Temporal RDO update optimization

Temporal RDO update optimization

10
Comments 1
5 min read
Make a Back-End Number Guessing Game with Rust

Make a Back-End Number Guessing Game with Rust

6
Comments
7 min read
Generic `impl` blocks are kinda like macros...

Generic `impl` blocks are kinda like macros...

50
Comments 2
12 min read
Create a project template with ffizer and TDD

Create a project template with ffizer and TDD

5
Comments
6 min read
Starting Rust By Example

Starting Rust By Example

7
Comments
3 min read
Rust: smart pointers

Rust: smart pointers

6
Comments
5 min read
Introducing: Glitter!

Introducing: Glitter!

6
Comments 3
1 min read
Rust is not panacea

Rust is not panacea

5
Comments
1 min read
Fix rustup failed with "error: linker `cc` not found" (Rust 1.50 on Alpine Linux 3.13)

Fix rustup failed with "error: linker `cc` not found" (Rust 1.50 on Alpine Linux 3.13)

5
Comments
2 min read
What would SQLite look like if written in Rust? — Part 2

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

18
Comments
11 min read
Handling Unix Kill Signals in Rust

Handling Unix Kill Signals in Rust

32
Comments 2
10 min read
Building a telnet chat server with Rust and Lunatic

Building a telnet chat server with Rust and Lunatic

11
Comments 1
7 min read
loading...