Tag: rust

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, A Newly 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
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