1 unstable release

0.2.0 Jan 29, 2024

#6 in #simplicity


Used in 2 crates (via simplicity-lang)

CC0 license

1.5MB
15K SLoC

C 7.5K SLoC // 0.2% comments Bitbake 4.5K SLoC Rust 3K SLoC // 0.0% comments Shell 32 SLoC // 0.1% comments

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.

Dependencies