feat: add tables_to_generic! macro to convert between table values and types (#8518)

This commit is contained in:
DaniPopes
2024-05-30 21:30:20 +03:00
committed by GitHub
parent 80c0d618b4
commit 2a8a69384a
5 changed files with 55 additions and 152 deletions

View File

@ -78,6 +78,7 @@ pub mod mdbx;
pub use abstraction::*;
pub use reth_storage_errors::db::{DatabaseError, DatabaseWriteOperation};
pub use table::*;
pub use tables::*;
pub use utils::is_database_empty;