Tag: rust

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 […]

Oduah Chigozie
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.

Oduah Chigozie
Jun 4, 2024 ⋅ 9 min read
Using Rust And Axum To Build A Jwt Authentication Api

Using Rust and Axum to build a JWT authentication API

Dev

Learn to build a basic JWT authentication system with Rust and Axum, including setting up the routes, handlers, and the middleware system.

Eze Sunday
May 29, 2024 ⋅ 9 min read
Understanding Cross Platform Graphics In Rust With Wgpu

Leverage Rust and wgpu for effective cross-platform graphics

Dev

Use Rust with wgpu to work directly with the new WebGPU standard for better control, cross-platform performance, and bug handling.

Mario Zupan
May 28, 2024 ⋅ 36 min read
Using Pavex For Rust Web Development

Using Pavex for Rust web development

Dev

The Pavex Rust web framework is an exciting project that provides high performance, great usability, and speed.

Ukeje Goodness
May 10, 2024 ⋅ 6 min read
Exploring Nushell, A Rust Powered, Cross Platform Shell

Exploring Nushell, a Rust-powered, cross-platform shell

Dev

Nushell is a modern, performant, extensible shell built with Rust. Explore its pros, cons, and how to install and get started with it.

Oduah Chigozie
Apr 23, 2024 ⋅ 6 min read
Exploring Zed, An Open Source Code Editor Written In Rust

Exploring Zed, an open source code editor written in Rust

Dev

The Zed code editor sets itself apart with its lightning-fast performance and cutting-edge collaborative features.

Nefe Emadamerho-Atori
Apr 22, 2024 ⋅ 7 min read
Learn How To Read A File In Rust

Learn how to read a file in Rust

Dev

Learn how to read JSON, YAML, and TOML files from external sources to use in your projects in Rust.

Ikeh Akinyemi
Mar 27, 2024 ⋅ 13 min read