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
Based on a conversation in #14 , #[repr(C)] does not make sense on structs with vec. Can we remove the vec from these structs if the Quote size is stable for the type of Quote we're using? Can we make a separate structure that is #[repr(C)] and converted from the struct with vec once the vec size is known?
The text was updated successfully, but these errors were encountered:
Based on a conversation in #14 ,
#[repr(C)]
does not make sense on structs withvec
. Can we remove thevec
from these structs if the Quote size is stable for the type of Quote we're using? Can we make a separate structure that is#[repr(C)]
and converted from the struct withvec
once thevec
size is known?The text was updated successfully, but these errors were encountered: