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

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