use PathBuf;
use crateProfileDir;
/// Directory to store all data produced by the current profile's execution.
///
/// Typically `$workspace_dir/.peace/$app/$profile/.history`.
///
/// This directory is intended to contain significant command execution
/// summaries. Currently it is not written to yet.
///
/// See `ProfileHistoryDir::from<&ProfileDir>` if you want to construct a
/// `ProfileHistoryDir` with the conventional `$profile_dir/.history` path.
;
cratepathbuf_newtype!;