simplicity-sys 0.6.2

FFI bindings to libsimplicity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: CC0-1.0

pub mod c_jets;
pub use c_jets::elements;
pub use c_jets::CFrameItem;

// Temporary to keep the Haskell-generated code compiling
pub use c_jets::elements::CTxEnv as CElementsTxEnv;

pub mod alloc;
pub mod ffi;
#[cfg(feature = "test-utils")]
pub mod tests;