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