Module reth::dirs

source ·
Expand description

Re-exported from reth_node_core, also to prevent a breaking change. See the comment on the reth_node_core::args re-export for more details.

Structs§

  • Wrapper type around PlatformPath that includes a Chain, used for separating reth data for different networks.
  • Returns the path to the reth data dir.
  • Returns the path to the reth logs directory.
  • An Optional wrapper type around PlatformPath.
  • A wrapper type that either parses a user-given path or defaults to an OS-specific path.

Traits§

  • A small helper trait for unit structs that represent a standard path following the XDG path specification.

Functions§

  • Returns the path to the reth cache directory.
  • Returns the path to the reth configuration directory.
  • Constructs a string to be used as a path for configuration and db paths.
  • Returns the path to the reth data directory.
  • Returns the path to the reth database.
  • Returns the path to the reth logs directory.