Tag: rust

Composing Observable Rust Application

Composing an observable Rust application

Dev

We investigate the importance of observability and what abstractions are best for exposing application behavior when developing Rust services.

Zeeshan Lakhani
Dec 8, 2022 ⋅ 21 min read
Concurrent programming in Rust with Crossbeam

Concurrent programming in Rust with Crossbeam

Dev

Learn concurrent programming in Rust using Crossbeam, an epoch-based memory management API.

Mario Zupan
Dec 7, 2022 ⋅ 8 min read
Using Flutter Rust Bridge For Cross Platform Development

Using Flutter Rust Bridge for cross-platform development

Dev

Creating a Flutter app with native Rust functionality can be useful for many reasons. Let’s explore how with Flutter Rust Bridge.

Lewis Cianci
Dec 2, 2022 ⋅ 11 min read

Using Cap’n Proto in Rust to serialize and deserialize objects

Dev

Cap’n Proto makes Rust object serialization and deserialization more efficient through the use of a schema. Let’s explore how this works.

Oduah Chigozie
Nov 23, 2022 ⋅ 5 min read
A complete guide to running Rust on Arduino

A complete guide to running Rust on Arduino

Dev

Learn how to run Rust on Arduino, an AVR microcontroller.

MacBobby Chibuzor
Nov 17, 2022 ⋅ 5 min read
How To Run Rust On Lambda

How to deploy Lambda functions in Rust

Dev

Learn how to create and deploy a Lambda function written in Rust.

Anthony Campolo
Nov 1, 2022 ⋅ 6 min read
Deploy a Rust web server to Heroku with Axum, Tokio, and GitHub actions

Learn how to deploy a Rust web server to Heroku

Dev

Learn how to deploy a Rust web server using Axum, Tokio, and GitHub Actions to Heroku for your projects.

Anshul Goyal
Oct 31, 2022 ⋅ 6 min read
Swift And Rust: A Comparison Guide

Swift vs. Rust: Comparison guide

Dev

Apple built Swift to replace Objective-C and the Mozilla Foundation built Rust as a substitute for C++ for writing memory-safe code.

Solomon Esenyi
Oct 27, 2022 ⋅ 4 min read
Rust and Webassembly Logos

Rust microservices in server-side WebAssembly

Dev

Learn about tools, libraries, APIs, frameworks, and techniques to build microservices in Rust. Deploy, run, and scale them in WasmEdge.

Michael Yuan
Oct 25, 2022 ⋅ 6 min read
Building a Game with Rust Rhai

Building a simple guessing game with Rust Rhai

Dev

Learn how to use Rhai, a simple embedded scripting language for Rust, to build a guessing game.

Manish Shivanandhan
Oct 18, 2022 ⋅ 7 min read
Comparing Rust And Nim

Comparing Rust and Nim

Dev

Rust and Nim have many similarities and differences in aspects of design, syntax, use cases, and more, making them viable alternatives for one another.

Solomon Esenyi
Oct 7, 2022 ⋅ 7 min read
Comparing Scala And Rust

Comparing Rust and Scala

Dev

Compare the Rust and Scala programming languages and choose which one fits your project based on use cases, expressivity, and developer community support.

Ukeje Goodness
Oct 3, 2022 ⋅ 8 min read