Crate qol

Source
Expand description

A bundle of useful macros and functions to make your Quality Of Life when programming rust better.

If you have any reccomendations on what to add, please open an issue on the repo/make a merge request.

Macrosยง

S
Create a string from the given type. Shorthand for "foo".to_string() or String::new().
map
Create a hashmap with the given key/value pairs.