Loco 0.14 on Cathyos: Getting started
Summary
Loco is a relatively new Rust web framework which first appeared around 2021. It is strongly inspired by Ruby on Rails, and designed to bring developers productivity as various functionality on routing, middlewares, and request handling. They aim to provide modern and intuitive development experience.
... Readhyper (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
... ReadServer
/Client
. Those in v0 were removed. It was because they had stability and complexity problems.hyper (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
... ReadBody
.hyper::Body
in v0 wasStruct
changed toTrait
. At the same time, the successors such ashyper::body
::Bytes
andhyper::body::Incoming
came in. It was because it brought more flexibility to hyper even in the future. According to their 1.0 Roadmap:Rust Tauri (inspired by Electron) 1.3: Getting started to build apps
Rust 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. Instead, it is compiled from various programming languages such as C (programming language), C++, Golang and Rust (rustlang). In addition, it is different in some ways from what assembly is originally.
... ReadFix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.17 (Rust 1.66)
Rust on Arch Linux: Getting started
Fix 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
8 post(s) found.