Module swiftide_indexing::loaders::file_loader

source ·
Expand description

Load files from a directory

Structs§

  • The FileLoader struct is responsible for loading files from a specified directory, filtering them based on their extensions, and creating a stream of these files for further processing.