Environment Setting for Coding Game with Kaplay with Tauri,Step 1.Create the tauri project template: npm create tauri-app@latestAug 22, 2024Aug 22, 2024
PeloLink, anew accessory for Peloton Bike,🚴♂️ **Unlock the Full Potential of Your Peloton Bike!** 🚴♀️Jun 18, 2024Jun 18, 2024
Rust Diesel ORM 應用(一)Rust Diesel ORM 是一款功能強大的資料庫導向關係對映(ORM)工具,可讓您輕鬆地在 Rust 中進行資料庫操作。Diesel 的最大優勢之一就是其簡潔易用的欄位映射機制,目前版本已經來到2.1.6,所以應該是相當成熟的套件。May 22, 2024May 22, 2024
Using SDL2 in Rust under Mac M1This artcle is a document to record how I solve the issues when using SDL2 in rust on my mac.Feb 5, 20241Feb 5, 20241
Rust 在match pattern 的借用Rust的借用是這個語言最重要的特色,但是借用的概念卻常常讓新進的程式設計師感到困惑,看一下底下的程式。乍看之下這個程式似乎沒有啥問題對吧。Jan 26, 2024Jan 26, 2024
關於Rust字串字串是學習任何一個語言第一個會接觸到的資料型態,打從C的Hello World 開始不能免俗的是我們學習新語言的第一個程式。Rust的字串設計與其他語言是否有差異嗎?這是本篇文章想要探討的主題,也是很基礎的問題,我從自己出發初學這個語言時常常會搞不清楚。在Rust the…Nov 7, 2023Nov 7, 2023
Nuxtjs using Bun to Config Tailwind CSSBun represents a highly efficient, all-inclusive toolkit designed for accelerating the development of JavaScript and TypeScript…Sep 23, 20231Sep 23, 20231