rust-bitcoin / rust-bitcoinconsensus

Bitcoin's libbitcoinconsenus.a with Rust binding. Built from Bitcoin sources with cargo.
Apache License 2.0
46 stars 34 forks source link

Add ffi module #71

Closed tcharding closed 11 months ago

tcharding commented 11 months ago

This is #67 without the final version bump patch.

Do a bunch of cleanups then add an ffi module to encapsulate the FFI function declarations.