avo
avo copied to clipboard
Remove `OpenStruct` from the codebase
Context
OpenStruct
seems to be "deprecated" and not that performant.
Let's try to replace it with Data
(carefull. it's not mutable).