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.
Fixing a silent logger with OSÂ debugging tools

Fixing a silent logger with OSÂ debugging tools

13
Comments
6 min read
Boost your productivity with these command-line tools

Boost your productivity with these command-line tools

8
Comments
4 min read
Unit: universal test generator tool

Unit: universal test generator tool

5
Comments
2 min read
Minigrep : grep using Rust

Minigrep : grep using Rust

5
Comments
2 min read
(A Few) Advanced Variable Types in Rust

(A Few) Advanced Variable Types in Rust

6
Comments
9 min read
Next Algorithm: Backtracking into the n Queens Problem

Next Algorithm: Backtracking into the n Queens Problem

6
Comments
4 min read
Code Trends 0.0.4

Code Trends 0.0.4

2
Comments
1 min read
Merge Sort With Rust

Merge Sort With Rust

7
Comments
3 min read
Learning Rust: Working with threads

Learning Rust: Working with threads

6
Comments
5 min read
(Ok) Tagless Final in Rust

(Ok) Tagless Final in Rust

6
Comments
2 min read
(Maybe) Tagless Final in Rust

(Maybe) Tagless Final in Rust

5
Comments
1 min read
(Not) Finally Tagless in Rust

(Not) Finally Tagless in Rust

5
Comments
2 min read
Comparing error handling in Java, Go and Rust.

Comparing error handling in Java, Go and Rust.

12
Comments 7
2 min read
Scoring Ten-pin Bowling with Algebraic Data and Finite State Machines

Scoring Ten-pin Bowling with Algebraic Data and Finite State Machines

5
Comments
8 min read
Fixing Rust Dependencies Vulnerabilities

Fixing Rust Dependencies Vulnerabilities

6
Comments
2 min read
Clojure and Rust are Duals

Clojure and Rust are Duals

5
Comments
1 min read
Reduce overhead for data serialization between Wasm & JS (Help!)

Reduce overhead for data serialization between Wasm & JS (Help!)

5
Comments 2
1 min read
teip: "Masking tape" for Shell is what we needed

teip: "Masking tape" for Shell is what we needed

9
Comments 1
10 min read
wasm-pack access denied

wasm-pack access denied

2
Comments
1 min read
NEAR Hackathon Invitation 6th to 13th of May

NEAR Hackathon Invitation 6th to 13th of May

6
Comments
2 min read
Wrote a cli tool in Rust

Wrote a cli tool in Rust

6
Comments
3 min read
Introducing Flux V1

Introducing Flux V1

2
Comments
1 min read
Lattice 3.0: Functional Programming in Rust

Lattice 3.0: Functional Programming in Rust

8
Comments 1
3 min read
WebAssembly, not only for browsers

WebAssembly, not only for browsers

6
Comments
1 min read
String vs &str in Rust

String vs &str in Rust

9
Comments
2 min read
Benefits of Rust

Benefits of Rust

11
Comments 11
4 min read
In defense of the “god object” pattern

In defense of the “god object” pattern

8
Comments 1
3 min read
Else Before If In Rust

Else Before If In Rust

23
Comments 5
4 min read
Functional Reactive Programming in Rust

Functional Reactive Programming in Rust

10
Comments 2
2 min read
Algoritmics with Rust

Algoritmics with Rust

18
Comments
6 min read
Hulkamania! Or; How I made our office play personalized entrance theme music

Hulkamania! Or; How I made our office play personalized entrance theme music

20
Comments 6
6 min read
How rust solves dependency hell

How rust solves dependency hell

10
Comments
1 min read
Running Actix integration tests with Github actions (Rust)

Running Actix integration tests with Github actions (Rust)

12
Comments
1 min read
Understanding String and &str in Rust

Understanding String and &str in Rust

7
Comments
1 min read
A closer look at Ownership in Rust

A closer look at Ownership in Rust

6
Comments
1 min read
&str和String

&str和String

3
Comments
1 min read
关于 Box<T>

关于 Box<T>

3
Comments
1 min read
Rust for .NET devs

Rust for .NET devs

5
Comments
1 min read
What do .NET devs want to know about Rust?

What do .NET devs want to know about Rust?

2
Comments
1 min read
Running Linux Programs as Unikernels on macOS

Running Linux Programs as Unikernels on macOS

21
Comments 1
7 min read
Exploring Rust

Exploring Rust

4
Comments 3
1 min read
Creating a simple TODO service with Actix (Video) - Part 1

Creating a simple TODO service with Actix (Video) - Part 1

10
Comments
1 min read
What Elm and Rust Teach us About the Future

What Elm and Rust Teach us About the Future

27
Comments 14
15 min read
私的即席プラクティスパターン (※古い内容です)

私的即席プラクティスパターン (※古い内容です)

6
Comments
6 min read
Stop bundling - use Zwitterion

Stop bundling - use Zwitterion

53
Comments 2
6 min read
Profiling Rust code on Windows using CodeXL

Profiling Rust code on Windows using CodeXL

2
Comments
4 min read
Why I am learning Rust now

Why I am learning Rust now

1
Comments
2 min read
Pinning - Asynchronous Programming in Rust: Why, What, and How

Pinning - Asynchronous Programming in Rust: Why, What, and How

11
Comments
1 min read
Vonmo Trade Experiment. Part 1: Exchanges and modern technologies

Vonmo Trade Experiment. Part 1: Exchanges and modern technologies

15
Comments 2
4 min read
Mutability in Rust, and how it differs from object-oriented languages

Mutability in Rust, and how it differs from object-oriented languages

5
Comments
5 min read
Universally Stupid: Battling USB on a microcontroller with Rust

Universally Stupid: Battling USB on a microcontroller with Rust

10
Comments 2
8 min read
`-100_i32.abs()` outputs `-100` ...... What?

`-100_i32.abs()` outputs `-100` ...... What?

5
Comments
1 min read
Basic Signed Integer Type in Rust

Basic Signed Integer Type in Rust

5
Comments
1 min read
Why devs like GraphQL; common architecture do's; & Rust performance pitfalls

Why devs like GraphQL; common architecture do's; & Rust performance pitfalls

12
Comments
2 min read
Importance of clean Production Environment.

Importance of clean Production Environment.

5
Comments
2 min read
One more plugin to build Rust for Android

One more plugin to build Rust for Android

16
Comments 1
4 min read
Tool to release self-made package to Github at high speed

Tool to release self-made package to Github at high speed

5
Comments
1 min read
Async Rust: a gentle introduction

Async Rust: a gentle introduction

11
Comments
8 min read
Deserializing Doubly Tagged JSON in Rust

Deserializing Doubly Tagged JSON in Rust

6
Comments
3 min read
How to force Rust compiler to use several x86 instructions (popcount, etc)

How to force Rust compiler to use several x86 instructions (popcount, etc)

7
Comments
2 min read
loading...