hyper (Rust) upgrade to v1: Higher-level Server / Client were removed
Summary This series is about how I upgraded hyper (Rust) 0.14 to v1 (1.3). The next theme is higher-level Server / Client. ...
Readhyper (Rust) upgrade to v1: Body became Trait
Summary This series is about how I upgraded hyper (Rust) 0.14 to v1 (1.3). The first theme is Body. hyper::Body in v0 was Struct changed to Trait. ...
ReadRust Tauri (inspired by Electron) 1.3: Getting started to build apps
Summary Tauri is an apps builder “for multi-platform deployment” inspired by Electron based on Node.js and Web technology. It is written in Rust (rustlang), a general-purpose programming language, aiming at performance, reliability and productivity. ...
ReadRust WebAssembly (wasm) with Webpack on Arch Linux (Rust 1.66)
Summary WebAssembly (wasm in abbreviation) is “a binary instruction format”. It works on “a stack-based virtual machine”. It is not manually written as code. ...
ReadFix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.17 (Rust 1.66)
Summary Alpine Linux offers Rustup package as well as Rust. I built the development environment of Rust on Alpine Linux with Docker. ...
ReadRust on Arch Linux: Getting started
Summary Rust (or rustlang) is one of modern programming languages for general purposes, which is fast, safe and productive for development. ...
ReadFix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.13 (Rust 1.50)
Summary Today, I made a Dockerfile for Rust development on Alpine Linux. I met the error below when installing Rust with Rustup: ...
Read
7 post(s) found.