Structs§
- Path
Prefix Tree - 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
- Pattern
Set - 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 matchpredicate
.