Tag: rust

Using Krustlet Rust Projects

How to use Krustlet for your Rust projects

Dev

We demonstrate how to set up Krustlet and configure it to work with a Kubernetes cluster to run WebAssembly workloads.

Ikeh Akinyemi
Aug 8, 2023 ⋅ 29 sec read
Comparing Elixir With Rust And Go

Comparing Elixir with Rust and Go

Dev

Compare the three programming languages Elixir, Rust, and Go across criteria such as memory usage and time in concurrency projects.

Ahmad Rosid
Jul 25, 2023 ⋅ 12 min read
Optimizing CI/CD Pipelines Rust Projects

Optimizing CI/CD pipelines in your Rust projects

Dev

We review different strategies for optimizing CI/CD pipelines in Rust projects and compare the performance gains from each approach.

Azzam S.A
Jul 25, 2023 ⋅ 7 min read
Improving Node.js Performance Using Rust

Improving Node.js performance using Rust

Dev

Use Node.js native addons and the Foreign Function Interface to build high-performance Node.js applications using Rust.

Anshul Goyal
Jul 6, 2023 ⋅ 8 min read
6 Deployment Libraries For Rust

6 deployment libraries for Rust

Dev

Compare the top deployment libraries for Rust like Shuttle and Docker, based on criteria such as ease of use, Rust support, and integration.

Abiodun Solomon
Jul 4, 2023 ⋅ 9 min read
Implementing a WebAssembly WebGL viewer using Rust

Implement a WebAssembly WebGL viewer using Rust

Dev

Write a small Rust program that uses WebGL to render a triangle, compile it to WebAssembly, and run it in the browser using JavaScript.

Ovie Okeh
Jul 4, 2023 ⋅ 13 min read
Implementing Data Parallelism With Rayon Rust

Implementing data parallelism with Rayon Rust

Dev

Editor’s Note: This article was updated on 03 July 2023 to include information and use cases for working with large […]

Kofi Otuo
Jul 3, 2023 ⋅ 11 min read
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