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§
- Named
Utf8 Temp File - A named temporary file.
- Utf8
Temp Dir - A directory in the filesystem that is automatically deleted when it goes out of scope.