Closed pedrosoares closed 2 years ago
This looks really good! Thank you for all the substantial changes and apologies for not checking back on this.
I think having a Result
be returned if a panic behavior occurs is the better pattern. We can move that to a separate pull request.
Implemented from_stringmap functionality. Removed Panic from struct field not found, panic at this point its very hard to handle.
Shoult i add a new parameter to configure the panic handling or use Result as return instead the Struct itself?