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.
I cloned a simple VScode using Tauri and ReactJS

I cloned a simple VScode using Tauri and ReactJS

6
Comments 7
14 min read
Adding formatter and linter to rost_gen

Adding formatter and linter to rost_gen

3
Comments
2 min read
Parsing JSON with Rust

Parsing JSON with Rust

5
Comments
7 min read
how to send a message to a child component in yew

how to send a message to a child component in yew

5
Comments
5 min read
Rust microservices in server-side WebAssembly

Rust microservices in server-side WebAssembly

10
Comments
9 min read
Segment Trees (for Concert Tickets)

Segment Trees (for Concert Tickets)

7
Comments
15 min read
4 Simple Steps for Creating a Platform Agnostic Driver in Rust

4 Simple Steps for Creating a Platform Agnostic Driver in Rust

12
Comments
4 min read
Do we need a "Rust Standard"?

Do we need a "Rust Standard"?

5
Comments
13 min read
Follow Friday: Rust Edition (28 October 2022)

Follow Friday: Rust Edition (28 October 2022)

20
Comments 5
1 min read
Build a Job Queue with Rust Using Aide-De-Camp (Part 1)

Build a Job Queue with Rust Using Aide-De-Camp (Part 1)

8
Comments
13 min read
How to build a One-Time-Password(OTP) Verification API with Rust and Twilio

How to build a One-Time-Password(OTP) Verification API with Rust and Twilio

7
Comments 2
8 min read
Changing the primary display on Windows by code is easy... right?

Changing the primary display on Windows by code is easy... right?

1
Comments 2
4 min read
Creating a priority queue with a custom sort order using a binary heap in Rust

Creating a priority queue with a custom sort order using a binary heap in Rust

9
Comments
2 min read
Terrible 3D: A new (and horrible) 3D game engine.

Terrible 3D: A new (and horrible) 3D game engine.

1
Comments
2 min read
Rethinking Virtualization for Backends

Rethinking Virtualization for Backends

10
Comments
10 min read
Comparing Elixir with Rust and Go

Comparing Elixir with Rust and Go

6
Comments
7 min read
Why you should be careful with the Default trait/typeclass

Why you should be careful with the Default trait/typeclass

4
Comments
5 min read
Rust Embedded Graphics with the MAX7219

Rust Embedded Graphics with the MAX7219

4
Comments
12 min read
Announcing Puff - A hybrid Rust/Python Framework to build Apps for the Cloud

Announcing Puff - A hybrid Rust/Python Framework to build Apps for the Cloud

5
Comments 1
5 min read
Embedded Systems Weekly #123

Embedded Systems Weekly #123

4
Comments 2
3 min read
Rust : l'héritage n'existe pas !

Rust : l'héritage n'existe pas !

6
Comments
5 min read
How to Set Up a Fullstack Rust Project with Axum, React, Vite, and Shared Types

How to Set Up a Fullstack Rust Project with Axum, React, Vite, and Shared Types

80
Comments 2
8 min read
Rust based alternatives for Unix & GNU Terminal Tools (Quick Table)

Rust based alternatives for Unix & GNU Terminal Tools (Quick Table)

6
Comments
2 min read
Creating a minimal RESTful song request API using Rocket 🚀

Creating a minimal RESTful song request API using Rocket 🚀

16
Comments
4 min read
How to Build a Rust CLI Tool to Generate Typescript Types from Rust

How to Build a Rust CLI Tool to Generate Typescript Types from Rust

42
Comments 2
19 min read
DataFrame Wars: Polars Leaves Pandas in the dust!

DataFrame Wars: Polars Leaves Pandas in the dust!

22
Comments
2 min read
Live Reloading in Rust with Cargo Watch and Docker

Live Reloading in Rust with Cargo Watch and Docker

13
Comments 1
2 min read
Rust-ify Linux/GNU/macOS terminal tools

Rust-ify Linux/GNU/macOS terminal tools

23
Comments 2
7 min read
Platform Agnostic Drivers in Rust: Publishing to Crates.io

Platform Agnostic Drivers in Rust: Publishing to Crates.io

6
Comments
5 min read
How to make use of the GitLab CI for Rust Projects

How to make use of the GitLab CI for Rust Projects

8
Comments
10 min read
Live Reloading in Rust with Cargo Watch

Live Reloading in Rust with Cargo Watch

11
Comments
3 min read
Cryptopals challenge #33: Implement Diffie-Hellman

Cryptopals challenge #33: Implement Diffie-Hellman

3
Comments
2 min read
Serve your data blazingly fast with Sqlite3 and Javascript

Serve your data blazingly fast with Sqlite3 and Javascript

2
Comments
2 min read
Primitive Geometry in wgpu and Rust

Primitive Geometry in wgpu and Rust

7
Comments
15 min read
Create a Markdown Editor with Rust and React

Create a Markdown Editor with Rust and React

32
Comments
12 min read
The awesomeness of pattern matching in Rust

The awesomeness of pattern matching in Rust

4
Comments
7 min read
[PT/BR] Criando aplicações web com WebAssembly, Rust e Yew.

[PT/BR] Criando aplicações web com WebAssembly, Rust e Yew.

5
Comments
4 min read
Different test scopes in Rust

Different test scopes in Rust

7
Comments
8 min read
How Rust can help you write safer and more reliable code

How Rust can help you write safer and more reliable code

12
Comments
4 min read
Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy

Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy

7
Comments
10 min read
Generating prime numbers with Python and Rust

Generating prime numbers with Python and Rust

7
Comments
6 min read
Platform Agnostic Drivers in Rust: The MAX7219 Driver

Platform Agnostic Drivers in Rust: The MAX7219 Driver

3
Comments
8 min read
Rust Generics

Rust Generics

8
Comments
4 min read
Rust devlog: Part 3

Rust devlog: Part 3

6
Comments
2 min read
8 Tips for Creating a Native Look and Feel in Tauri Applications

8 Tips for Creating a Native Look and Feel in Tauri Applications

12
Comments
4 min read
Multi-thread Processing in Rust

Multi-thread Processing in Rust

4
Comments
2 min read
Embedded Systems Weekly #121

Embedded Systems Weekly #121

2
Comments
3 min read
My second First App

My second First App

1
Comments
2 min read
JSON Config Parser

JSON Config Parser

1
Comments
2 min read
Rewriting the Apache APISIX response-rewrite plugin in Rust

Rewriting the Apache APISIX response-rewrite plugin in Rust

14
Comments
6 min read
Why I'm Learning Rust

Why I'm Learning Rust

5
Comments 1
4 min read
The Question Mark `?` Operator in Rust

The Question Mark `?` Operator in Rust

7
Comments
2 min read
Getting Started with Seaography

Getting Started with Seaography

8
Comments
4 min read
6 things you can do with the Cow 🐄 in Rust 🦀

6 things you can do with the Cow 🐄 in Rust 🦀

30
Comments 6
10 min read
Turbocharge your application development using WebAssembly with SingleStoreDB

Turbocharge your application development using WebAssembly with SingleStoreDB

Comments
9 min read
NEARCON HACKATHON - $140K+ in Prizes

NEARCON HACKATHON - $140K+ in Prizes

5
Comments
1 min read
Writing a toy DNS Server in Rust using Trust DNS

Writing a toy DNS Server in Rust using Trust DNS

31
Comments 2
20 min read
Platform Agnostic Drivers in Rust: MAX7219 Naive Code Refactoring

Platform Agnostic Drivers in Rust: MAX7219 Naive Code Refactoring

3
Comments
10 min read
Introducing Seaography

Introducing Seaography

9
Comments
3 min read
Electrify your NodeJS AWS Lambdas with Rust

Electrify your NodeJS AWS Lambdas with Rust

10
Comments
12 min read
loading...