You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ByteBuffer::destroy_into_vec_struct multiplies the length & capacity of the byte buffer by the size of the struct, however it should divide by the size to go from number of bytes to number of elements.
ByteBuffer::destroy_into_vec_struct
multiplies the length & capacity of the byte buffer by the size of the struct, however it should divide by the size to go from number of bytes to number of elements.csbindgen/csbindgen-tests/src/lib.rs
Lines 590 to 591 in 768761c
csbindgen/README.md
Lines 956 to 957 in 768761c
The text was updated successfully, but these errors were encountered: