8 ms·
I’ve got to admit having used packed structs in rust quite a bit i’m also a little confused about what Zig is improving on. Many years ago I wrote a rust progr
by aconbere 4y ago
I’ve got to admit having used packed structs in rust quite a bit i’m also a little confused about what Zig is improving on.
Many years ago I wrote a rust program to decode some game save data and it looks like what you’d expect.
https://github.com/aconbere/monster-hunter/blob/master/src/objects/armor.rs https://github.com/aconbere/monster-hunter/blob/master/src/o...