Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://lib.rs/

Rust Blessed is an unofficial guide to the Rust ecosystem.

Installation

Please refer to Tips on rustup for installing Rust using rustup (the recommended way for most users …

Develop a GUI Application in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

tauri

Please refer to tauri for more discussions.

dioxus

Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.

rinf

Rinf is a production-ready framework for …

Great Command Line Tools Developed in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

GQL

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the …

Tips on Shuttle for Deploying Rust Apps

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Shuttle is a Rust-native cloud development platform that lets you deploy your Rust apps for free. Shuttle uses traits and annotations to configure your backend deployment - including databases.

References