from_hashmap 0.1.0

Defines a procedural macro to build a struct from a HashMap containing values for its fields
Documentation

Used to take a HashMap<String, String> containing field:value pairs of a struct and using it to create a new struct containing that data.