Tag: rust

Rust logo over black marble background.

Handling memory leaks in Rust

Dev

Learn how to manage memory leaks in Rust, avoid unsafe behavior, and use tools like weak references to ensure efficient programs.

Ukeje Goodness
Nov 20, 2024 ⋅ 4 min read
How To Use Lazy Initialization Pattern With Rust 1.80

How to use the lazy initialization pattern with Rust 1.80

Dev

Efficient initializing is crucial to smooth-running websites. One way to optimize that process is through lazy initialization in Rust 1.80.

Yashodhan Joshi
Nov 18, 2024 ⋅ 5 min read
Purple background with different connections between icons for an article about building Node.js modules with Rust and NAPI-RS.

Building Node.js modules in Rust with NAPI-RS

Dev

NAPI-RS is a great module-building tool for image resizing, cryptography, and more. Learn how to use it with Rust and Node.js.

Rahul Padalkar
Oct 30, 2024 ⋅ 7 min read
The image shows the Rust programming language logo, a gear-like shape with an “R” in the center, displayed over a vibrant, abstract blue and pink background. The related article discusses how to use Rust and the Polars library to build a high-performance data analysis application, exposing data sets and querying capabilities via a REST-based Web API.

Using Polars in Rust for high-performance data analysis

Dev

Build a data analysis app with Rust and Polars to explore large datasets and expose powerful queries through a REST API.

Mario Zupan
Oct 21, 2024 ⋅ 16 min read
Tauri Adoption Guide: Overview Examples, And Alternatives

Tauri adoption guide: Overview, examples, and alternatives

Dev

Tauri is an excellent toolkit for building lightweight, secure, and cross-platform desktop applications. Learn more in this guide.

Ikeh Akinyemi
Sep 26, 2024 ⋅ 11 min read
Exploring The Top Rust Web Frameworks

Exploring the top Rust web frameworks

Dev

In this article, we’ll explore the best Rust frameworks for web development, including Axum, Actix Web, Rocket, and warp.

Abiodun Solomon
Sep 2, 2024 ⋅ 10 min read

Linting with Ruff: the Python linter built with Rust

Dev

Did you know that the efficiency of your linter can significantly affect your productivity? After adding a small feature to […]

Chigozie Oduah
Aug 26, 2024 ⋅ 6 min read

Building cross-platform GUI apps in Rust using egui

Dev

Ever since the rise of Electron, which lead to a bit of a renaissance of cross-platform desktop applications using web-technology, […]

Mario Zupan
Aug 21, 2024 ⋅ 19 min read
Error Handling In Rust A Comprehensive Guide

Error handling in Rust: A comprehensive tutorial

Dev

Learn to handle Rust errors efficiently to write cleaner, more maintainable Rust code and create a more user-friendly application.

Eze Sunday
Jul 18, 2024 ⋅ 10 min read
A Complete Guide To Running Rust On Arduino

A complete guide to running Rust on Arduino

Dev

Run Rust, a systems programming language, on Arduino, an AVR microcontroller made simpler for beginners to embedded systems.

MacBobby Chibuzor
Jul 15, 2024 ⋅ 6 min read
Using Clap With Rust For Command Line Argument Parsing

Using Clap in Rust for command line (CLI) argument parsing

Dev

Manually parse command line arguments in Rust apps using Clap, a library that provides functionality to generate parsing logic for arguments.

Yashodhan Joshi
Jul 12, 2024 ⋅ 16 min read
Comparing Rust vs. Zig: Performance, safety, and more

Comparing Rust vs. Zig: Performance, safety, and more

Dev

Compare the Rust and Zig programming languages based on their performance and use cases for improving how developers code.

Chigozie Oduah
Jun 4, 2024 ⋅ 9 min read