pub const HISTORY_DIR_NAME: &str = "history";Expand description
Commit-history MMR directory name under the common dir. Canonical
here (rather than in crate::history) because that module is
feature-gated while the layout is not; history::HISTORY_DIR
re-points at this constant.