hopr_bindings/
lib.rs

1#![allow(clippy::all)]
2//! This lib re-exports abigen! generated bindings for solidity contracts.
3
4#[cfg_attr(rustfmt, rustfmt_skip)]
5mod codegen;
6
7#[cfg_attr(rustfmt, rustfmt_skip)]
8pub use codegen::*;