Module path

Module path 

Source

Structs§

PathQuotedDisplay
Helper to format a path.

Functions§

is_shellsafe 🔒
A pretty conservative check for “shell safe” characters. These are basically ones which are very common in filenames or command line arguments, which are the primary use case for this. There are definitely characters such as ‘+’ which are typically safe, but it’s fine if we’re overly conservative.