Const-tweaker is a Rust library to change the value of const
variables during runtime with a web GUI.
It's part of a set of tools that can be used to create game engines.
This is useful when you're creating games and want to tweak a variable real quick, for example the movement speed of a character in a platformer or the gravity in a space-simulator.