hopr_bindings/
lib.rs

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