Tag: rust

Building A Rust App With Perseus

Building a Rust app with Perseus

Dev

Build and deploy a Rust app with Perseus, a framework with built-in support for reactivity and server-side rendering.

Eze Sunday
Jun 28, 2023 ⋅ 12 min read
How to organize your Rust tests

How to organize your Rust tests

Dev

Whenever you write any kind of code, it’s critical to put it to the test. In this guide, we’ll walk you through how to test Rust code.

Andre Bogus
Jun 16, 2023 ⋅ 11 min read
How to Create a Web App in Rust With Rocket and Diesel

How to create a web app in Rust with Rocket and Diesel

Dev

Follow along with this full tutorial to learn how to create a web application with Rust, Rocket, and Diesel.

Eze Sunday
Jun 16, 2023 ⋅ 12 min read
Exploring Hyperswitch A Payment Switch Built On Rust

Exploring HyperSwitch, a payment switch built on Rust

Dev

HyperSwitch is a payment switch that provides you with a single API endpoint to interact with multiple payment processors and gateways.

Nwani Victory
Jun 15, 2023 ⋅ 6 min read
A Guide To Cross Compilation In Rust

A guide to cross-compilation in Rust

Dev

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
May 25, 2023 ⋅ 6 min read
Writing Webpack Plugins Rust SWC Faster Builds

Writing webpack plugins in Rust using SWC for faster builds

Dev

We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our builds.

Mario Zupan
May 24, 2023 ⋅ 7 min read
Mocking Rust Mockall Alternatives

Mocking in Rust: Mockall and alternatives

Dev

We discuss how mocking differs from general unit testing, demonstrate mocking in Rust, and evaluate the Mockall library and its alternatives.

Oduah Chigozie
May 16, 2023 ⋅ 11 min read
Create and Manage Windows in Your Rust App With Winit

Create and manage windows in your Rust app with Winit

Dev

Winit is versatile and cross-platform, making the library a must-have in your Rust platform development arsenal.

Solomon Esenyi
May 15, 2023 ⋅ 5 min read
Build Desktop App Qt Rust

Build a desktop app with Qt and Rust

Dev

We demonstrate how to build a desktop Qt application using Rust and QML, add encryption, and create a GitHub CI workflow.

Azzam S.A
May 11, 2023 ⋅ 9 min read
Build Microservices In Rust With Spin

Building microservices in Rust with Spin

Dev

Build microservices in Rust using the Spin framework, which allows you to build reliable and scalable systems.

Oduah Chigozie
May 11, 2023 ⋅ 6 min read
Optimizing Rust Code With Llvm

Optimizing Rust code with LLVM: A detailed breakdown

Dev

Let’s dive into how you can use LLVM with Rust to generate the fastest code possible with a detailed example!

Greg Stoll
May 3, 2023 ⋅ 6 min read
Rust and React Logos

Build a real-time chat app with Rust and React

Dev

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
Apr 26, 2023 ⋅ 25 min read