Macros§
- exists
- Shortcut for: Path::new($path).try_exists().is_ok_and(|is_true| is_true)
Structs§
- Log
- Sanitized
Filename - This type ensures that a filename will not contain characteres that may throw errors like “:” or “/”
- Search
Term - This type ensures that the inner
String
is never an empty string, it is also lowercased and trimmed to be used in searches - Sorted
Vec - A
Vec
that is guaranteed to be sorted and with no duplicates