Tag: rust

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
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
Understanding String And &str In Rust

Understanding String and &str in Rust

Dev

Explore the differences between the Rust String and Str string types, looking at how they each impact your Rust coding practices.

Mario Zupan
Mar 26, 2024 ⋅ 12 min read
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
Understanding The Rust Borrow Checker

Understanding the Rust borrow checker

Dev

Learn what Rust’s borrow checker does for us and how it compares to other forms of memory management.

Thomas Heartman
Mar 25, 2024 ⋅ 9 min read