docs.rs failed to build simplicity-sys-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
simplicity-sys-0.2.0
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.