Ben Chuanlong Du's Blog

It is never too late to learn.

Lua Bindings for Rust

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

rlua

rlua is the best one currently.

mlua

mlua provides High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async …

Good Terminal Apps

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

Warp

Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.

wezterm

wezterm is a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in …

Directly Initialize a Hashmap in Java

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

The following code snippet in Java 9+ initialize an immutable HashMap with up to 10 elements.