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
I have plans of using rust-bitocoin structures - like OutPoint, Transaction, TxIn etc through C FFI in other languages (since Bitcoin Core can't be easily compiled as a library). What do you think, can we add #[repr(C)] to these structures?
I have plans of using rust-bitocoin structures - like
OutPoint,Transaction,TxInetc through C FFI in other languages (since Bitcoin Core can't be easily compiled as a library). What do you think, can we add#[repr(C)]to these structures?