pub const DEFAULT_BASE_DIR_NAME: &str = "zerodds-shm";
Default base directory for SHM segments. Used only in std builds; in the no_std profile the tracker is state-only and no path lookup is needed.
std
no_std