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 …

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.