Tag: rust

Warp Adoption Guide: Overview, Examples, And Alternatives

warp adoption guide: Overview, examples, and alternatives

Dev

The warp web framework for Rust offers many enticing features. Let’s see when and why you should consider using warp in your projects.

Ukeje Goodness
Mar 26, 2024 ⋅ 8 min read
Migrating A Javascript Frontend To Leptos, A Rust Frontend Framework

Migrating a JavaScript frontend to Leptos, a Rust framework

Dev

Leptos is a Rust frontend framework with excellent performance and support for modern features like signals, SSR, CSR, and more.

Eze Sunday
Mar 19, 2024 ⋅ 7 min read
Actix Web Adoption Guide: Overview, Examples, And Alternatives

Actix Web adoption guide: Overview, examples, and alternatives

Dev

Actix Web is definitely a compelling option to consider, whether you are starting a new project or considering a framework switch.

Eze Sunday
Mar 18, 2024 ⋅ 8 min read
Using CRDTs To Build Collaborative Rust Web Applications

Using CRDTs to build collaborative Rust web applications

Dev

CRDTs, or conflict-free replicated data types, is a concept that underlies applications facing the issue of data replication across a […]

Mario Zupan
Feb 23, 2024 ⋅ 15 min read
Guide to Using TensorFlow in Rust

Guide to using TensorFlow in Rust

Dev

We explore the fusion of TensorFlow and Rust, delving into how we can integrate these two technologies to build and train a neural network.

Rosario De Chiara
Feb 22, 2024 ⋅ 8 min read
The State Of Rust GUI Libraries

The state of Rust GUI libraries

Dev

Explore popular Rust GUI frameworks like gtk-rs, Tauri, and egui for building fast, complex GUI applications in Rust.

Solomon Esenyi
Jan 3, 2024 ⋅ 9 min read
5 Rust Game Engines To Consider For Your Next Project

5 Rust game engines to consider for your next project

Dev

Let’s look at five popular Rust game engines and discuss how to choose the best option for your next project.

Victor Jonah
Dec 22, 2023 ⋅ 6 min read
When To Use Rust And When To Use Go

When to use Rust and when to use Go

Dev

This article compares Go and Rust, evaluating them for performance, concurrency, memory management, security features, and more.

Michiel Mulders
Dec 1, 2023 ⋅ 8 min read
Using Rust And Leptos To Build Beautiful Declarative User Interfaces

Using Rust and Leptos to build beautiful, declarative UIs

Dev

Leptos is an amazing Rust web frontend framework that makes it easier to build scalable, performant apps with beautiful, declarative UIs.

Eze Sunday
Nov 30, 2023 ⋅ 10 min read
Exploring Rust Compiler Options: GCC vs. LLVM

Exploring Rust compiler options: GCC vs. LLVM

Dev

We explore the evolving landscape of Rust compilation, focusing on two native compiler projects: LLVM and GCC.

Agustinus Theodorus
Nov 15, 2023 ⋅ 6 min read
Using Dioxus With Rust To Build Performant, React Like Single Page Applications

Using Dioxus with Rust to build performant single-page apps

Dev

Dioxus, a Rust library, allows you to build cross-platform UI components. It works like a hybrid of React with the safety and speed of Rust.

Eze Sunday
Nov 10, 2023 ⋅ 10 min read
Rust Vs. Haskell: A Performance Comparison

Rust vs. Haskell: A performance comparison

Dev

This analysis of Haskell and Rust focuses on performance parameters like memory safety, concurrency, type safety, and variable immutability.

Frank Joseph
Oct 18, 2023 ⋅ 5 min read