rust

A Guide To Cross Compilation In Rust

A guide to cross-compilation in Rust

Learn how to get set up in Rust for cross-compilation and what makes cross-compiling such a handy capability in various scenarios.
Greg Stoll
6 min read
Writing Webpack Plugins Rust SWC Faster Builds

Writing webpack plugins in Rust using SWC for faster builds

We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our...
Mario Zupan
7 min read
Mocking Rust Mockall Alternatives

Mocking in Rust: Mockall and alternatives

We discuss how mocking differs from general unit testing, demonstrate mocking in Rust, and evaluate the Mockall library and its alternatives.
Oduah Chigozie
11 min read
Create and Manage Windows in Your Rust App With Winit

Create and manage windows in your Rust app with Winit

Winit is versatile and cross-platform, making the library a must-have in your Rust platform development arsenal.
Solomon Esenyi
5 min read
Build Desktop App Qt Rust

Build a desktop app with Qt and Rust

We demonstrate how to build a desktop Qt application using Rust and QML, add encryption, and create a GitHub CI workflow.
Azzam S.A
9 min read
Build Microservices In Rust With Spin

Building microservices in Rust with Spin

Build microservices in Rust using the Spin framework, which allows you to build reliable and scalable systems.
Oduah Chigozie
6 min read
Optimizing Rust Code With Llvm

Optimizing Rust code with LLVM: A detailed breakdown

Let’s dive into how you can use LLVM with Rust to generate the fastest code possible with a detailed example!
Greg Stoll
6 min read
Rust and React Logos

Build a real-time chat app with Rust and React

Learn to build a real-time chat app that's fast and reliable, using Rust and React. WebSockets enables the client-server communication.
Ahmad Rosid
25 min read
Plotting Rust Projects Using Plotly

Plotting Rust projects using Plotly

Create customizable charts and graphs in your Rust project using the Plotly package for data-intensive projects.
Ukeje Goodness
7 min read
How to Build a WebSocket Server With Rust

How to build a WebSocket server with Rust

This tutorial will demonstrate how to build a basic message relay service in Rust that clients can connect to via WebSockets.
Mario Zupan
11 min read
Create an Async CRUD Web Service in Rust With Warp

Create an async CRUD web service in Rust with warp

Learn how to create an asynchronous web app using warp and tokio-postgres and build a database-backed CRUD service with error handling...
Mario Zupan
14 min read
Exploring the Top Rust Web Frameworks

Exploring the top Rust web frameworks

In this article, we'll explore the top Rust web frameworks to use in your next frontend and backend development projects.
Abiodun Solomon
7 min read