mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix: db doc links (#2020)
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
//!
|
||||
//! This module defines the tables in reth, as well as some table-related abstractions:
|
||||
//!
|
||||
//! - [`codecs`] integrates different codecs into [`Encode`] and [`Decode`]
|
||||
//! - [`codecs`] integrates different codecs into [`Encode`](crate::abstraction::table::Encode) and
|
||||
//! [`Decode`](crate::abstraction::table::Decode)
|
||||
//! - [`models`] defines the values written to tables
|
||||
//!
|
||||
//! # Database Tour
|
||||
|
||||
Reference in New Issue
Block a user