tormol / uds

A unix domain sockets Rust library
Apache License 2.0
21 stars 9 forks source link

Add repr(C) to AncillaryFixedBuf #14

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

repr(Rust) makes no guarantees about alignment or layout here

tormol commented 1 year ago

Hmm Ok. I thought zero-length arrays have a special meaning in C. But I see C-compatibility isn't the only purpose of #[repr(C)], and I trust you on this. Thanks!