simfony_as_rust/
lib.rs

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