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.
Packaging and Distributing a Rust CLI for All Platforms - A Case Study with Tooka

Packaging and Distributing a Rust CLI for All Platforms - A Case Study with Tooka

4
Comments 1
4 min read
🧵 Why Rust Needs `FdWrapper`: Understanding File Descriptors and RAII at the System Level

🧵 Why Rust Needs `FdWrapper`: Understanding File Descriptors and RAII at the System Level

Comments
3 min read
Earcut64: Zero-Allocation Triangulation for Tiny Polygons

Earcut64: Zero-Allocation Triangulation for Tiny Polygons

Comments 1
5 min read
How global variables work in Python bytecode

How global variables work in Python bytecode

Comments 1
6 min read
Rust Error Handling

Rust Error Handling

Comments
5 min read
JSON Prettier – An Offline JSON Formatter Built with Rust and Tauri

JSON Prettier – An Offline JSON Formatter Built with Rust and Tauri

Comments 1
1 min read
Rust: cargo release flags or codegen options

Rust: cargo release flags or codegen options

1
Comments
2 min read
How to create Web Apps in pure Rust

How to create Web Apps in pure Rust

Comments
1 min read
From Vec to Slice: Writing Generic Functions over Collections

From Vec to Slice: Writing Generic Functions over Collections

1
Comments
4 min read
Microsoft "Edit" vs Vim: Is Vim dethroned?

Microsoft "Edit" vs Vim: Is Vim dethroned?

3
Comments 2
5 min read
Introducing Synapse: An AI-First Programming Language Concept

Introducing Synapse: An AI-First Programming Language Concept

16
Comments 29
2 min read
Smart Pointers Demystified: Box, Rc, and RefCell

Smart Pointers Demystified: Box, Rc, and RefCell

4
Comments
4 min read
When to Use Arc and Mutex in Rust

When to Use Arc and Mutex in Rust

Comments 1
5 min read
API mock (apimock-rs) v4 - API dev workflows simplified !

API mock (apimock-rs) v4 - API dev workflows simplified !

10
Comments 2
1 min read
Flatten Your Repo for AI in Seconds with RepoSnap

Flatten Your Repo for AI in Seconds with RepoSnap

Comments
3 min read
Your First Procedural Macro (Without the Fear)

Your First Procedural Macro (Without the Fear)

Comments 2
4 min read
Lifetimes in Rust aren't that hard

Lifetimes in Rust aren't that hard

7
Comments
6 min read
WebAssembly is Evolving Fast – Should You Care Yet?

WebAssembly is Evolving Fast – Should You Care Yet?

1
Comments
3 min read
🦀 Week 1 of Learning Rust: Ownership Broke My Brain (and That’s Okay)

🦀 Week 1 of Learning Rust: Ownership Broke My Brain (and That’s Okay)

2
Comments
6 min read
🦀 Rust's Type System: Forte, estático e à prova de erros/Strong, Static, and Built for Safety

🦀 Rust's Type System: Forte, estático e à prova de erros/Strong, Static, and Built for Safety

Comments
3 min read
Why Rust Won’t Let You Just Read a Number (And That's Awesome)

Why Rust Won’t Let You Just Read a Number (And That's Awesome)

2
Comments
3 min read
Using derive Macros to Reduce Boilerplate

Using derive Macros to Reduce Boilerplate

2
Comments
5 min read
BugStalker v0.3.0 Released – async debugging, new commands & more!

BugStalker v0.3.0 Released – async debugging, new commands & more!

Comments
1 min read
Understanding Lifetimes with Real-World Analogy

Understanding Lifetimes with Real-World Analogy

6
Comments
5 min read
mdka v1.5 is out - HTML to Markdown converter developed with Rust

mdka v1.5 is out - HTML to Markdown converter developed with Rust

4
Comments
1 min read
loading...