pub fn strip_file_uri(input: &str) -> &str
Strip a leading file:// or file:/// scheme. Handles the file://localhost/... form by removing the host segment.
file://
file:///
file://localhost/...