Browsing Tag
rust
144 posts
What’s new in SeaORM 0.11.0
🎉 We are pleased to release SeaORM 0.11.0! Data Loader [#1443, #1238] The LoaderTrait provides an API to…
Moving From Electron to Tauri
Part 1: Interprocess Communication — porting a Typescript-based message system of an Electron App to Tauri and Rust.…
Zero Assumption’s Proxy Architecture
Zero Assumptions (ZA) is a simple to configure proxy that’s minimal invasive to engineers, and maximally beneficial to…
What the HAL? The Quest for Finding a Suitable Embedded Rust HAL
Introduction When starting out with embedded Rust, I used to naively think that all existing HALs adopt more…
CLI tools you won’t be able to live without 🔧
As developers, we spend a lot of our time in the terminal. There’s a lot of helpful CLI…
Async Streams in WebAssembly with WasmRS
TL;DR: WasmRS is an implementation of RSocket for WebAssembly giving you reactive, async streams in and out of…
rustup が “error: linker `cc` not found” で失敗 – Alpine Linux 3.17 (Rust 1.66)
はじめに Alpine Linux では Rustup が パッケージ として提供されています。Rust もあります。 Docker で Alpine Linux 上に Rust の開発環境を構築しました。 そしてその過程においてですが、以下のようなエラーが発生しました。cargo プロジェクトを試験的に動かした時のことです:…
Advent of Code Day 2 Solutions
Hello Everyone 🙂 Day 2 Solutions have also been posted, you can find them here
Rust GUI and GTK calc
Introduction I’ve started to learn rust GUI and GTK probably in june 2022. All this time I tried…
What’s new in SeaQuery 0.27.0
🎉 We are pleased to release SeaQuery 0.27.0! Here are some feature highlights 🌟: Dependency Upgrade [#356] We…