Module litcheck_core::fs
source · Structs§
- A PathPrefixTree is a tree data structure optimized for indexing/searching a directory hierarchy in various ways. In particular, it is efficient to ask:
- Represents a glob pattern which can match strings or paths
- Represents a set of glob patterns which are applied as a unit
Functions§
- Returns a sane default value for the
source_dir
field of [TestSuite] - Returns a new temporary directory that can be used for transient artifacts
- Returns an empty placeholder path value for use with serde::Deserialize
- Searches
dir
for files which matchpredicate
.