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 Weekly Rust🦀 Pill #5

A Weekly Rust🦀 Pill #5

Comments 1
4 min read
Comparing Rust vs. Zig: Performance, safety, and more

Comparing Rust vs. Zig: Performance, safety, and more

11
Comments
11 min read
Computing the 10,000th Fibonacci number in less than a second. Unveiling the Secrets of Giant Numbers: Building Your Own BigInt

Computing the 10,000th Fibonacci number in less than a second. Unveiling the Secrets of Giant Numbers: Building Your Own BigInt

12
Comments
6 min read
GitUI 0.24 supports searching the entire commit history

GitUI 0.24 supports searching the entire commit history

14
Comments 2
1 min read
How to make your own Godbolt (for C++ and Rust)

How to make your own Godbolt (for C++ and Rust)

Comments
4 min read
Rewriting Comlink in Rust (kinda)

Rewriting Comlink in Rust (kinda)

1
Comments
22 min read
Introduction to the Tower library

Introduction to the Tower library

21
Comments 2
3 min read
Learning Rust 🦀: 11 - Debugging custom types/Structs

Learning Rust 🦀: 11 - Debugging custom types/Structs

12
Comments
4 min read
ESP32 Standard Library Embedded Rust: SPI with the MAX7219 LED Dot Matrix

ESP32 Standard Library Embedded Rust: SPI with the MAX7219 LED Dot Matrix

5
Comments
12 min read
Learning Rust by Building a CLI App

Learning Rust by Building a CLI App

3
Comments
8 min read
Choosing the Right Rust Web Framework: An Overview

Choosing the Right Rust Web Framework: An Overview

7
Comments
16 min read
Rustacean Hangout Thread

Rustacean Hangout Thread

4
Comments 4
1 min read
A Simple CRUD API in Rust with Cloudflare Workers, Cloudflare KV, and the Rust Router

A Simple CRUD API in Rust with Cloudflare Workers, Cloudflare KV, and the Rust Router

9
Comments
9 min read
From Rust to Python through screwed up SQL queries

From Rust to Python through screwed up SQL queries

2
Comments 2
1 min read
Soroban Series 1: Building a Payment Streaming App

Soroban Series 1: Building a Payment Streaming App

1
Comments 1
5 min read
Maximizing Performance: Optimization Techniques for Substrate Blockchains

Maximizing Performance: Optimization Techniques for Substrate Blockchains

2
Comments
6 min read
A new milestone: what's new in DICOM-rs 0.6.0

A new milestone: what's new in DICOM-rs 0.6.0

2
Comments
9 min read
Understand Ownership and borrowing in Rust

Understand Ownership and borrowing in Rust

7
Comments
4 min read
Creating a dApp using PHP and a house purchase soroban smart contract

Creating a dApp using PHP and a house purchase soroban smart contract

1
Comments
11 min read
Learning Rust 🦀: 10 - The Struct

Learning Rust 🦀: 10 - The Struct

8
Comments 2
5 min read
Appwrite + Rust: Build APIs without technical overhead

Appwrite + Rust: Build APIs without technical overhead

7
Comments
11 min read
ESP32 Standard Library Embedded Rust: Analog Temperature Sensing using the ADC

ESP32 Standard Library Embedded Rust: Analog Temperature Sensing using the ADC

5
Comments
8 min read
Building a CLI tool in Rust

Building a CLI tool in Rust

Comments 1
4 min read
Introducing Fuzzing with Alexandre

Introducing Fuzzing with Alexandre

5
Comments
12 min read
Do your Values align with FP Values?

Do your Values align with FP Values?

8
Comments 1
12 min read
ReductStore 1.6.0 has been released with new license and client SDK for Rust

ReductStore 1.6.0 has been released with new license and client SDK for Rust

12
Comments
3 min read
Mastering Rust's Ownership: The Key to Memory Safety and Efficiency

Mastering Rust's Ownership: The Key to Memory Safety and Efficiency

13
Comments 2
8 min read
Port a project from C++ to Rust

Port a project from C++ to Rust

7
Comments
11 min read
Driving Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism in Rust

Driving Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism in Rust

4
Comments
4 min read
How to load dynamic libraries in Rust?

How to load dynamic libraries in Rust?

6
Comments
5 min read
Learning Rust 🦀: 09 - Ownership: The Slice type

Learning Rust 🦀: 09 - Ownership: The Slice type

10
Comments 3
5 min read
Why I prefer Rust over Go

Why I prefer Rust over Go

15
Comments 13
2 min read
GADT-like types in Rust

GADT-like types in Rust

13
Comments
4 min read
ESP32 Standard Library Embedded Rust: PWM Servo Motor Sweep

ESP32 Standard Library Embedded Rust: PWM Servo Motor Sweep

8
Comments
9 min read
A Weekly Rust🦀 Pill #4

A Weekly Rust🦀 Pill #4

5
Comments
4 min read
Writing an Equation Solver

Writing an Equation Solver

43
Comments
13 min read
Easy Encryption In Rust

Easy Encryption In Rust

Comments
3 min read
Why I changed my mind about rust

Why I changed my mind about rust

1
Comments 1
3 min read
Rust references

Rust references

4
Comments 2
5 min read
How to Create a Static Site Generator using Rust in less than 100 LOC

How to Create a Static Site Generator using Rust in less than 100 LOC

Comments 2
2 min read
Learning Rust 🦀: 08 - Ownership: Functions and References

Learning Rust 🦀: 08 - Ownership: Functions and References

3
Comments
4 min read
Tauri mobile for iOS

Tauri mobile for iOS

3
Comments
4 min read
HOW TO USE CONTROL FLOW IN THE RUST PROGRAMMING LANGUAGE

HOW TO USE CONTROL FLOW IN THE RUST PROGRAMMING LANGUAGE

Comments
6 min read
The Best UI Libraries for Cross-Platform Apps with Tauri

The Best UI Libraries for Cross-Platform Apps with Tauri

7
Comments
13 min read
[sqlx-ts] compile-time checked queries without DSL in Typescript

[sqlx-ts] compile-time checked queries without DSL in Typescript

2
Comments
4 min read
ESP32 Standard Library Embedded Rust: Timers

ESP32 Standard Library Embedded Rust: Timers

9
Comments
10 min read
TypeScript with Go/Rust errors? No try/catch? Heresy.

TypeScript with Go/Rust errors? No try/catch? Heresy.

88
Comments 50
8 min read
How to leverage the state-of-the-art NLP models in Rust

How to leverage the state-of-the-art NLP models in Rust

6
Comments 2
4 min read
String vs str in Rust: Understanding the Fundamental Differences for Efficient Programming

String vs str in Rust: Understanding the Fundamental Differences for Efficient Programming

16
Comments 1
4 min read
Understanding Lifetime in Rust

Understanding Lifetime in Rust

12
Comments
4 min read
Solution evolution

Solution evolution

2
Comments
1 min read
How to Wrap Your Errors with Enums when using Error-stack

How to Wrap Your Errors with Enums when using Error-stack

2
Comments
11 min read
[pytheus] simple multiprocess metrics for sync/async python applications

[pytheus] simple multiprocess metrics for sync/async python applications

Comments
3 min read
Writing smart contracts in ink!

Writing smart contracts in ink!

8
Comments 2
13 min read
Deep Learning in Rust with my own framework focusing on ergonomics

Deep Learning in Rust with my own framework focusing on ergonomics

Comments
5 min read
Quick guide to Rust's From/Into and TryFrom/TryInto Traits

Quick guide to Rust's From/Into and TryFrom/TryInto Traits

10
Comments
3 min read
Learning Rust 🦀: 07 - Ownership: Memory Dynamics

Learning Rust 🦀: 07 - Ownership: Memory Dynamics

1
Comments
4 min read
ESP32 Standard Library Embedded Rust: I2C Communication

ESP32 Standard Library Embedded Rust: I2C Communication

4
Comments
11 min read
Creating Terminal UI in Rust

Creating Terminal UI in Rust

4
Comments 2
7 min read
UTM for Developers

UTM for Developers

5
Comments
3 min read
loading...