mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(reth-db): no_std support (#9597)
This commit is contained in:
@ -17,9 +17,11 @@
|
||||
|
||||
mod implementation;
|
||||
pub mod lockfile;
|
||||
#[cfg(feature = "mdbx")]
|
||||
mod metrics;
|
||||
pub mod static_file;
|
||||
pub mod tables;
|
||||
#[cfg(feature = "mdbx")]
|
||||
mod utils;
|
||||
pub mod version;
|
||||
|
||||
@ -28,6 +30,7 @@ pub mod mdbx;
|
||||
|
||||
pub use reth_storage_errors::db::{DatabaseError, DatabaseWriteOperation};
|
||||
pub use tables::*;
|
||||
#[cfg(feature = "mdbx")]
|
||||
pub use utils::is_database_empty;
|
||||
|
||||
#[cfg(feature = "mdbx")]
|
||||
|
||||
Reference in New Issue
Block a user