Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport repr(C) alignment? #232
Closed
Comments
|
not really. that information isn't available to bincode to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any chance of bincode supporting structs that have
#[repr(C)]to read binary struct with C memory alignment?