Quick question about Struct-Value feature, what would be the best way to pass *const u8
(or strings) to structs?
I am kinda lost after reading the tests to get some examples running, here's what I got working so far :
There must be a beter way of doing this right?