Crate manga_tui

Source

Macros§

exists
Shortcut for: Path::new($path).try_exists().is_ok_and(|is_true| is_true)

Structs§

Log
SanitizedFilename
This type ensures that a filename will not contain characteres that may throw errors like “:” or “/”
SearchTerm
This type ensures that the inner String is never an empty string, it is also lowercased and trimmed to be used in searches
SortedVec
A Vec that is guaranteed to be sorted and with no duplicates