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.
Building Robust CLI Tools in Rust: A Developer's Guide to Performance and Safety

Building Robust CLI Tools in Rust: A Developer's Guide to Performance and Safety

Comments
9 min read
Rust + Web3 For All Your Backend Code

Rust + Web3 For All Your Backend Code

Comments 3
5 min read
A Simple chat server in rust, Shat!

A Simple chat server in rust, Shat!

1
Comments
8 min read
Rust Concurrency: When to Use (and Avoid) Async Runtimes

Rust Concurrency: When to Use (and Avoid) Async Runtimes

21
Comments
5 min read
Mastering Rust File Handling: Safe and Efficient I/O Operations

Mastering Rust File Handling: Safe and Efficient I/O Operations

2
Comments
7 min read
High-cardinality values for build flags in Rust

High-cardinality values for build flags in Rust

11
Comments 2
3 min read
Rust's Type-Driven Error Handling: A Better Programming Model

Rust's Type-Driven Error Handling: A Better Programming Model

1
Comments
8 min read
Mastering Rust Project Structure with Packages, Crates, and Modules 🚀

Mastering Rust Project Structure with Packages, Crates, and Modules 🚀

Comments
1 min read
AgentKit: A Technical Vision for Building Universal AI Automation for Human-Computer Interaction Based on Rust

AgentKit: A Technical Vision for Building Universal AI Automation for Human-Computer Interaction Based on Rust

3
Comments
24 min read
How Cosine Similarity Helped My CLI Decide Where Files Belong (messy-folder-reorganizer-ai)

How Cosine Similarity Helped My CLI Decide Where Files Belong (messy-folder-reorganizer-ai)

1
Comments
3 min read
Rust Concurrency: Common Async Pitfalls Explained

Rust Concurrency: Common Async Pitfalls Explained

8
Comments
4 min read
Building Debian packages from source in bootstrapped Debian

Building Debian packages from source in bootstrapped Debian

Comments
8 min read
How to Write a Multithreaded File Processor in Rust With Channels and Thread Pools

How to Write a Multithreaded File Processor in Rust With Channels and Thread Pools

Comments
2 min read
Don't Cry about Pointers anymore - Deep Dive with C, Go and Rust

Don't Cry about Pointers anymore - Deep Dive with C, Go and Rust

10
Comments
12 min read
Why does slicing in Rust fail on anything that's not English?

Why does slicing in Rust fail on anything that's not English?

3
Comments
2 min read
Rust Performance Profiling: Techniques to Identify and Fix Bottlenecks Fast

Rust Performance Profiling: Techniques to Identify and Fix Bottlenecks Fast

Comments
6 min read
A Beginner's Journey into Rust

A Beginner's Journey into Rust

18
Comments 1
7 min read
How to Build a Multithreaded Web Server in Rust Without External Crates

How to Build a Multithreaded Web Server in Rust Without External Crates

Comments
2 min read
Rust SocketIO Event Handling with Channel (rust-socketio)

Rust SocketIO Event Handling with Channel (rust-socketio)

Comments
2 min read
Asymmetric Encryption and TLS in Rust

Asymmetric Encryption and TLS in Rust

Comments
4 min read
Full-stack WASM framework: Build Offline-Ready Apps with Local-First Architecture🦸‍♂️

Full-stack WASM framework: Build Offline-Ready Apps with Local-First Architecture🦸‍♂️

5
Comments
5 min read
Understanding `async`, `.await`, and `block_on()` in Rust (with Real Examples)

Understanding `async`, `.await`, and `block_on()` in Rust (with Real Examples)

1
Comments
3 min read
Rust Tutorial: Mastering Strings with Real Examples

Rust Tutorial: Mastering Strings with Real Examples

1
Comments
3 min read
Field-Oriented Control in Rust: Building High-Performance Motor Systems Safely

Field-Oriented Control in Rust: Building High-Performance Motor Systems Safely

2
Comments 3
10 min read
Testing Multipart Upload Requests in Axum: Three Approaches

Testing Multipart Upload Requests in Axum: Three Approaches

1
Comments
4 min read
loading...