libbitcoinkernel-sys 0.3.0

Raw FFI bindings to libbitcoinkernel. For safe usage, see the bitcoinkernel crate.
Documentation
1
2
3
4
5
6
function(check_arm32_assembly)
  try_compile(HAVE_ARM32_ASM
    ${PROJECT_BINARY_DIR}/check_arm32_assembly
    SOURCES ${PROJECT_SOURCE_DIR}/cmake/source_arm32.s
  )
endfunction()