use ;
/// Creates a temporary directory helper for file-backed tests and examples.
///
/// The returned directory is removed automatically when dropped.
/// Returns a child path under a temporary directory.
///
/// This keeps file-backed tests concise while still using per-test paths.