Rust Lang
Rust Programming Language
-
Phantom Types and Phantom Data 👻
Demystifying phantom types.
Written by Antoine Büsch
Date:Topics: rust
-
Taming concurrency in rust whilst keeping footguns at bay
Rust's blazing speed comes at a cost, systems and API's often can't keep up, whether that be rate limiting or limited throughput availability. This article provides a flexible and agnostic solution to controlling concurrency.
Written by Zak Stucke
Date:Topics: rust
-
Using OpenCV and NdArray in Rust
How to mix OpenCV and NdArray to leverage Rust's strong type system in image processing code.
Written by Ross Canning
Date:Topics: rust
-
How Rust Helped Me Write Better Code
Exciting journey into Rust.
Written by Anthony Rhundell Lee
Date:Topics: rust
-
Testing failure modes using error injection
Unit testing using error injection.
Written by Steve Pryde
Date:Topics: rust
-
How to set up Rust logging in AWS Lambda for AWS CloudWatch
How to set up Rust logging in AWS Lambda for AWS CloudWatch.
Written by Tomas Tauber
Date:Topics: rust
-
Trade-offs in designing DSLs
Trade-offs in designing Domain Specific Languages
Written by Team IDVerse
Date:Topics: rust
-
The thing I want to share with you as a beginner who just started learning rust
How to start learning rust.
Written by Li Yang
Date:Topics: rust
-
Getting started with Leptos and Tauri
How-to to get started with Leptos and Tauri in Rust
Written by Siddharth Naithani
Date:Topics: rust, leptos
-
Crossplatform Business Logic in Rust
Rust's lack of a large runtime makes it highly portable, which is ideal for implementing shared business logic across multiple target platforms and programming languages.
Written by Tomas Tauber
Date:Topics: rust