hopr_bindings/
lib.rs

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