Crate mediawalker

Crate mediawalker 

Source
Expand description

A blazingly fast media (audio/image/video) file finder (almost as fast as walkdir).

Structs§

MediaWalkResult
This struct contains the result for a single found file.

Functions§

start_walking
Start walkding through the given directory. Returns a channel of MediaWalkResult structs.