1//! Interface between SimplicityHL as Rust
2//!
3//! The [SimplicityHL](https://github.com/BlockstreamResearch/SimplicityHL) language feels very similar to Rust.
4//! This crate provides tools to work with SimplicityHL as literal Rust.
56pub mod jet;