2 unstable releases

0.3.0 Oct 1, 2024
0.2.0 Jan 29, 2024

#15 in #simplicity

Download history 33/week @ 2024-08-05 3/week @ 2024-08-26 41/week @ 2024-09-23 258/week @ 2024-09-30 59/week @ 2024-10-07

358 downloads per month
Used in 2 crates (via simplicity-lang)

CC0 license

2MB
26K SLoC

C 18K SLoC // 0.1% comments Bitbake 4.5K SLoC // 0.0% comments Rust 3.5K SLoC // 0.0% comments Shell 49 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