All articles for tag: rust

Axum & Tokio

September 2022

Author: Jase Batchelor

Introduction to Tokio, Hyper and the Axum framework Introduction Hello World Serde Extract requests Multipart upload Static resources SSE Benchmarks Gatling

View article
Rust

September 2022

Author: Jase Batchelor

https://doc.rust-lang.org/nightly/rustc/platform-support.html https://github.com/rust-lang/rust.vim This tutorial aims to cover the initial installation of Rust on MacOS. Additionally, we will cover basic configuration and setup a few optional tools that we will use in daily development. A simple ‘Hello, World’ application will be created using cargo to verify the installation. Later in this series we will cover the installation of Rust on Linux, although for the purposes of initial development and getting started this section will only cover MacOS

View article
'Hello, world' Rust

September 2022

Author: Jase Batchelor

Simple ‘Hello, world’

View article
Introduction

September 2022

Author: Jase Batchelor

WebAssembly (WASM) introduction

View article
Introduction

September 2022

Author: Jase Batchelor

WebAssembly System Interface (WASI)

View article