Expand description
reth data directories.
Structs§
- Chain
Path - Wrapper type around
PlatformPath
that includes aChain
, used for separating reth data for different networks. - Data
DirPath - Returns the path to the reth data dir.
- LogsDir
- Returns the path to the reth logs directory.
- Maybe
Platform Path - An Optional wrapper type around
PlatformPath
. - Platform
Path - A wrapper type that either parses a user-given path or defaults to an OS-specific path.
Traits§
- XdgPath
- A small helper trait for unit structs that represent a standard path following the XDG path specification.
Functions§
- cache_
dir - Returns the path to the reth cache directory.
- config_
dir - Returns the path to the reth configuration directory.
- config_
path_ prefix - Constructs a string to be used as a path for configuration and db paths.
- data_
dir - Returns the path to the reth data directory.
- database_
path - Returns the path to the reth database.
- logs_
dir - Returns the path to the reth logs directory.