fiddle
fiddle copied to clipboard
struct implement memoryview
since c struct are contiguous in memory - have them implement the memoryview interface. That way we can use them with Fiddle::MemoryView
It's a good idea.