
Learn how to build Rust REST APIs with Rhai — a high-level scripting language similar to JavaScript — and the Actix Web framework.

Let’s learn how to connect a Svelte app with Rust code through WebAssembly and how to pass information between JavaScript and Rust.

Logging and tracing have similar use cases and a common purpose — to help you find the root causes of problems in your application.

Learn the basics of how to configure Vim for Rust development, plus get an in-depth look at using rust-analyzer.

image crateOperating on images using Rust’s inbuilt functionality is a headache, but the image crate comes to our rescue and gives us a clean API to work with.

Rust has been something of a rockstar language in recent times as it continues to grow in popularity — learn the differences between eight Rust scripting languages.

Rust collections enable us to store and retrieve data efficiently. This overview includes use cases for specific collections.

Learn how to use arenas in Rust to improve the performance of memory allocation and deallocation to run your code faster.

These Rust tools will give you a modicum of security for minimal effort and improve the community’s supply chain security.

Learn the basics of pattern matching and enums in Rust, including error handling, handling null values, and more.

In Rust, there are several random number generator implementation crates. Let’s compare and contrast them here.

In this article, we will look at the intermediate Rust concepts of iterators and closures in detail to go through values in a list.