Module prelude

Source
Expand description

Extension traits and types that are useful to have available.

Re-exports§

pub use crate::assert::PathAssert;assert
pub use crate::fixture::FileTouch;
pub use crate::fixture::FileWriteBin;
pub use crate::fixture::FileWriteFile;
pub use crate::fixture::FileWriteStr;
pub use crate::fixture::PathChild;
pub use crate::fixture::PathCopy;
pub use crate::fixture::PathCreateDir;
pub use crate::fixture::SymlinkToDir;
pub use crate::fixture::SymlinkToFile;

Structs§

NamedUtf8TempFile
A named temporary file.
Utf8TempDir
A directory in the filesystem that is automatically deleted when it goes out of scope.