Tag: rust

Vlang v Rust

Vlang vs. Rust: Comparing build languages

Dev

Choose the best software building language for your needs by comparing Rust and Vlang in performance and functionalities.

Shubham Kumar
Feb 10, 2021 ⋅ 3 min read
rust-gdb-debugging

Debugging Rust apps with GDB

Dev

Master the GNU Project Debugger (GDB) tool to perform basic but effective debugging of Rust programs with minimal extra tooling.

Mario Zupan
Feb 9, 2021 ⋅ 13 min read
rust-macros-tutorial-examples

Macros in Rust: A tutorial with examples

Dev

Metaprogramming in Rust is simplified using Declarative and procedural Macros. Master writing both using various syntaxes and community-built crates.

Anshul Goyal
Feb 3, 2021 ⋅ 12 min read
Rust Logo Over a Rusty Background

Why is Rust so popular?

Dev

Here, you can learn what Rust is, why it’s popular, what its benefits are, and what its use cases are for the workforce.

Fortune Ikechi
Jan 28, 2021 ⋅ 4 min read
Rust and TUI: Building a Command-Line Interface in Rust

Rust and TUI: Building a command-line interface in Rust

Dev

Learn how to build a command-line interface in Rust with TUI, a framework for building terminal user interfaces.

Mario Zupan
Jan 28, 2021 ⋅ 15 min read
Unsafe-In-Rust

Unsafe Rust: How and when (not) to use it

Dev

Master writing unsafe Rust and using the tools that support it.

Andre Bogus
Jan 26, 2021 ⋅ 15 min read
swc bundler

Speed up JavaScript builds with spack bundler in Rust

Dev

spack is a JavaScript bundler written in Rust that supports transpiling through swc-project. Learn how to use spack to speed up JS builds.

Anshul Goyal
Jan 5, 2021 ⋅ 3 min read
Procedural Macros in Rust

Procedural macros in Rust

Dev

Procedural macros allow you to generate Rust code at compile time. This tutorial covers everything you need to know about proc macros in Rust.

Thomas Heartman
Dec 21, 2020 ⋅ 5 min read
libp2p Tutorial: Build a Peer-to-Peer App in Rust

libp2p tutorial: Build a peer-to-peer app in Rust

Dev

In this tutorial, we’ll show you how to build a very simple peer-to-peer application using Rust and the fantastic libp2p library.

Mario Zupan
Dec 14, 2020 ⋅ 15 min read
Rust External Web APIs: The Definitive Guide

Rust external web APIs: The definitive guide

Dev

Learn about some of the most popular external APIs available in Rust, including Rust wrappers for Spotify, GitHub, AWS, and more.

Dylan Tientcheu
Dec 10, 2020 ⋅ 8 min read
Parsing in Rust with nom

Parsing in Rust with nom

Dev

In this tutorial, we’ll demonstrate how to write a very basic URL parser in Rust using the nom parser combinator library.

Mario Zupan
Dec 9, 2020 ⋅ 14 min read
Rust Compression Libraries

Rust compression libraries

Dev

Data compression is an important component in many applications. Fortunately, the Rust community has a number of crates to deal with this.

Andre Bogus
Dec 7, 2020 ⋅ 8 min read