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.
A NoSQL embedded database for you Rust app

A NoSQL embedded database for you Rust app

Comments 1
3 min read
How to Create a Tray-Only Tauri App

How to Create a Tray-Only Tauri App

Comments
1 min read
Getting started with gRPC in Rust

Getting started with gRPC in Rust

8
Comments
9 min read
Mocking in Rust: Mockall and alternatives

Mocking in Rust: Mockall and alternatives

2
Comments
13 min read
Deep Neural Network from Scratch in Rust 🦀 - Part 3- Forward Propagation

Deep Neural Network from Scratch in Rust 🦀 - Part 3- Forward Propagation

28
Comments 3
7 min read
Rust Trait Implementation Wizardry 🧙: Unveiling the Magic of Macro Rules

Rust Trait Implementation Wizardry 🧙: Unveiling the Magic of Macro Rules

11
Comments
6 min read
Should I Learn Math First, Then Rust or C, or Can I Learn Mathematics and Rust, C Simultaneously?

Should I Learn Math First, Then Rust or C, or Can I Learn Mathematics and Rust, C Simultaneously?

Comments 1
1 min read
Build a HTTP server with Rust and tokio - Part 1: serving static files

Build a HTTP server with Rust and tokio - Part 1: serving static files

3
Comments
5 min read
Deep Neural Network from Scratch in Rust 🦀 : Part 1- Basics of Neural Network

Deep Neural Network from Scratch in Rust 🦀 : Part 1- Basics of Neural Network

43
Comments 2
5 min read
Simple IT: Set Up and Ongoing Maintenance of Zero Assumptions

Simple IT: Set Up and Ongoing Maintenance of Zero Assumptions

2
Comments
1 min read
How to Write Files in Rust

How to Write Files in Rust

Comments
7 min read
Building microservices in Rust with Spin

Building microservices in Rust with Spin

4
Comments
8 min read
How to Use Rust Code in a JavaScript Worklet (Without wasm-pack)

How to Use Rust Code in a JavaScript Worklet (Without wasm-pack)

1
Comments
6 min read
Deep Neural Network from Scratch in Rust 🦀 - Part 2- Loading Data and Initializing an NN Model

Deep Neural Network from Scratch in Rust 🦀 - Part 2- Loading Data and Initializing an NN Model

24
Comments
6 min read
ESP32 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement

ESP32 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement

4
Comments
8 min read
Clustered SurrealDB for 1.0.0-beta9

Clustered SurrealDB for 1.0.0-beta9

12
Comments
8 min read
Build a desktop app with Qt and Rust

Build a desktop app with Qt and Rust

9
Comments
12 min read
I built the same Web Server in 5 languages. Here's what I found…

I built the same Web Server in 5 languages. Here's what I found…

1
Comments
3 min read
How I used wasm-pack to build a WebAssembly module for an AudioWorkletProcessor

How I used wasm-pack to build a WebAssembly module for an AudioWorkletProcessor

9
Comments
5 min read
30 Days of Rust - Day 19

30 Days of Rust - Day 19

Comments
4 min read
rs-api is based on a web/api application created by axum crate

rs-api is based on a web/api application created by axum crate

2
Comments
2 min read
Solution-diffusion model in Rust

Solution-diffusion model in Rust

5
Comments
5 min read
30 Days of Rust - Day 18

30 Days of Rust - Day 18

Comments
3 min read
The Evolving Journey of a Lifelong Coder: What's Next?

The Evolving Journey of a Lifelong Coder: What's Next?

26
Comments 1
5 min read
30 Days of Rust - Day 17

30 Days of Rust - Day 17

Comments
4 min read
Developing a Desktop Application via Rust and NextJS. The Tauri Way.

Developing a Desktop Application via Rust and NextJS. The Tauri Way.

51
Comments 6
10 min read
ESP32 Embedded Rust at the HAL: PWM Buzzer

ESP32 Embedded Rust at the HAL: PWM Buzzer

6
Comments
12 min read
Working with Rust as a C++ Programmer

Working with Rust as a C++ Programmer

1
Comments 1
3 min read
Pattern Matching using Match Construct

Pattern Matching using Match Construct

Comments
4 min read
# Build a web server with Rust and tokio - Part 0: the simplest possible GET handler

# Build a web server with Rust and tokio - Part 0: the simplest possible GET handler

4
Comments
6 min read
30 Days of Rust - Day 16

30 Days of Rust - Day 16

1
Comments
3 min read
Writing unit tests for rust applications

Writing unit tests for rust applications

Comments
4 min read
Rust 🦀 CRUD Rest API with Docker 🐳

Rust 🦀 CRUD Rest API with Docker 🐳

145
Comments 45
15 min read
30 Days of Rust - Halfway

30 Days of Rust - Halfway

1
Comments
3 min read
30 Days of Rust - Day 14

30 Days of Rust - Day 14

Comments
3 min read
Conferences about Rust Embedded

Conferences about Rust Embedded

Comments
1 min read
Tower of Hanoi in P5.js + WASM

Tower of Hanoi in P5.js + WASM

11
Comments
5 min read
Shorter faster stronger

Shorter faster stronger

Comments
1 min read
How to Read Files in Rust

How to Read Files in Rust

3
Comments
6 min read
30 Day of Rust - Day 13

30 Day of Rust - Day 13

1
Comments
4 min read
Rust Tauri (inspired by Electron) 1.3: Getting started to build apps

Rust Tauri (inspired by Electron) 1.3: Getting started to build apps

8
Comments
5 min read
Authentication system using rust (actix-web) and sveltekit - Automated testing

Authentication system using rust (actix-web) and sveltekit - Automated testing

2
Comments 6
11 min read
The best TRAIT of RUST 🔥 (no pun intended)

The best TRAIT of RUST 🔥 (no pun intended)

16
Comments 4
5 min read
Rust is not hard! Part 1: GitHub Actions

Rust is not hard! Part 1: GitHub Actions

12
Comments 3
13 min read
32 Rust crates you better know about

32 Rust crates you better know about

4
Comments 1
19 min read
Server-side rendering in Rust - a Dall.E use-case

Server-side rendering in Rust - a Dall.E use-case

16
Comments
5 min read
30 Days of Rust - Day 12

30 Days of Rust - Day 12

Comments
2 min read
30 Days of Rust - Day 11

30 Days of Rust - Day 11

Comments
2 min read
ESP32 Embedded Rust at the HAL: UART Serial Communication

ESP32 Embedded Rust at the HAL: UART Serial Communication

3
Comments
11 min read
Authentication system using rust (actix-web) and sveltekit - Token regeneration and password reset

Authentication system using rust (actix-web) and sveltekit - Token regeneration and password reset

1
Comments
10 min read
30 Days of Rust - Biting off more than I can chew

30 Days of Rust - Biting off more than I can chew

Comments
4 min read
Crafting High-Performance CLI Applications in Rust: Essential Considerations

Crafting High-Performance CLI Applications in Rust: Essential Considerations

1
Comments
4 min read
Rust: Working with Regular Expressions

Rust: Working with Regular Expressions

2
Comments
4 min read
Fun and Hackable Tensors in Rust, From Scratch

Fun and Hackable Tensors in Rust, From Scratch

4
Comments
32 min read
Integrating TailwindCSS with a Dioxus Desktop App in Rust

Integrating TailwindCSS with a Dioxus Desktop App in Rust

2
Comments
2 min read
30 Days of Rust - Starting the CLI tool

30 Days of Rust - Starting the CLI tool

Comments
2 min read
Authentication system using rust (actix-web) and sveltekit - File upload to AWS S3, Profile Update

Authentication system using rust (actix-web) and sveltekit - File upload to AWS S3, Profile Update

2
Comments
13 min read
Monorepo of Rust CLI & TS+Wasm VSCode

Monorepo of Rust CLI & TS+Wasm VSCode

Comments
5 min read
I built a simple keystroke application for Windows

I built a simple keystroke application for Windows

6
Comments
6 min read
Testing Vlang, Rust and Zig and more!

Testing Vlang, Rust and Zig and more!

1
Comments 1
4 min read
loading...