We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our builds.
We discuss how mocking differs from general unit testing, demonstrate mocking in Rust, and evaluate the Mockall library and its alternatives.
Winit is versatile and cross-platform, making the library a must-have in your Rust platform development arsenal.
We demonstrate how to build a desktop Qt application using Rust and QML, add encryption, and create a GitHub CI workflow.
Build microservices in Rust using the Spin framework, which allows you to build reliable and scalable systems.
Let’s dive into how you can use LLVM with Rust to generate the fastest code possible with a detailed example!
Learn to build a real-time chat app that’s fast and reliable, using Rust and React. WebSockets enables the client-server communication.
Create customizable charts and graphs in your Rust project using the Plotly package for data-intensive projects.
This tutorial will demonstrate how to build a basic message relay service in Rust that clients can connect to via WebSockets.
Learn how to create an asynchronous web app using warp and tokio-postgres and build a database-backed CRUD service with error handling — all in fewer than 300 lines of Rust code.
Scoped threads in Rust are a fantastic way to make multitasking safer and more efficient. Learn how to work with them in this tutorial.
Build a serverless API and deploy your Rust app on the Cloudflare Server using the Cloudflare Workers platform.