Crates.io | simplicity-sys |
lib.rs | simplicity-sys |
version | 0.3.0 |
source | src |
created_at | 2024-01-29 22:06:55.778613 |
updated_at | 2024-10-01 12:26:33.220572 |
description | FFI bindings to libsimplicity |
homepage | https://github.com/BlockstreamResearch/rust-simplicity/ |
repository | https://github.com/BlockstreamResearch/rust-simplicity/ |
max_upload_size | |
id | 1119397 |
size | 4,915,096 |
This crate provides Rust definitions for the FFI structures and methods.
The default build process is to build using the vendored simplicity sources in the depend folder. There is no support for symbols yet.
To update the vendored sources, use the vendor-simplicity.sh
script:
$ ./vendor-simplicity.sh depend <rev>
<rev>
is the git revision of ElementsProject/simplicity to checkout.