Module fs

Source

Structs§

PathPrefixTree
A PathPrefixTree is a tree data structure optimized for indexing/searching a directory hierarchy in various ways. In particular, it is efficient to ask:
Pattern
Represents a glob pattern which can match strings or paths
PatternSet
Represents a set of glob patterns which are applied as a unit
Searcher

Functions§

default_source_dir
Returns a sane default value for the source_dir field of [TestSuite]
default_temp_dir
Returns a new temporary directory that can be used for transient artifacts
empty_path
Returns an empty placeholder path value for use with serde::Deserialize
search_directory
Searches dir for files which match predicate.