ergo-lib-c-core

Crates.ioergo-lib-c-core
lib.rsergo-lib-c-core
version0.28.0
sourcesrc
created_at2020-10-06 13:06:51.259479
updated_at2024-08-09 15:04:15.052971
descriptionCommon code for ergo-lib C and JNI bindings
homepage
repositoryhttps://github.com/ergoplatform/sigma-rust
max_upload_size
id296617
size173,722
Kamal Ahmad (SethDusek)

documentation

README

Core part of the ergo-lib C bindings

Common code that is shared between generic C bindings used in iOS/macOS(Swift) and Android/JVM(JNI/Kotlin) bindings. Is responsible for creating and managing pointers for instances of ergo-lib types (Address, ErgoBox, etc.); Uses mostly Rust types in it's API and is not suitable for C FFI. See ergo-lib-c for ready to use C bindings.

Commit count: 3245

cargo fmt