Small Strings in Rust

Hey everyone! This article is brought to you by a shameless nerd
snipe , courtesy of
Pascal. In case you’ve blocked Twitter for your own good, this reads:
There should be a p… Read more

Similar

I hotreload Rust and so can you

Hotreloading allows one to change the behavior of a program while it is running. Unlike a plugin system it is strictly a dev tool. Usually rust game devs limit their hotreloading to data files. This is pretty useful already! It lets one reload graphic as... (more…)

Read more »