use PathBuf;
use FlowId;
use crateProfileDir;
/// Directory to store all data produced by the current flow's execution.
///
/// Typically `$workspace_dir/.peace/$app/$profile/$flow_id`.
///
/// This is the directory that contains the information produced and used during
/// a `peace` tool invocation for a particular flow.
///
/// See `FlowDir::from<(&ProfileDir, &FlowId)>` if you want to construct a
/// `FlowDir` with the conventional `$profile_dir/$flow_id` path.
;
cratepathbuf_newtype!;