This PR provides a new Builder::skip_unsupported_file_types(&mut self, skip: bool) method, for allowing to silently skip unsupported files, instead of returning with an error.
For the moment, this feature applies to the case of UNIX named sockets only.
This PR provides a new
Builder::skip_unsupported_file_types(&mut self, skip: bool)
method, for allowing to silently skip unsupported files, instead of returning with an error.For the moment, this feature applies to the case of UNIX named sockets only.