1//! Sources deliver `(path, bytes)` records to builders. v0.8 ships a single 2//! built-in source: [`fs`], the filesystem walk. 3 4pub mod fs;