2 unstable releases
0.3.0 | Oct 1, 2024 |
---|---|
0.2.0 | Jan 29, 2024 |
#19 in #simplicity
31 downloads per month
Used in 2 crates
(via simplicity-lang)
2MB
26K
SLoC
simplicity-sys
This crate provides Rust definitions for the FFI structures and methods.
Vendoring
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>
- Where
<rev>
is the git revision of ElementsProject/simplicity to checkout.