Skip to content

Rust Bindings — rust-bitcoinkernel (Coming Soon)

Rust bindings for libbitcoinkernel are not yet available in this documentation.

Want to contribute?

If you are familiar with Rust bindings for libbitcoinkernel, we would love to include the documentation here. See the contributor guide to learn how to add a new language section.


What to expect

Rust bindings will expose the full libbitcoinkernel C API with safe Rust wrappers, including:

  • Safe FFI wrappers around all kernel types
  • Result-based error handling
  • Chainstate, block, and transaction access

Tracking

Follow development in the Bitcoin Core repository and community binding projects.