• B
    Source file rearrangements · efa372cb
    Benjamin Sago 提交于
    This commit moves file, dir, and the feature modules into one parent 'fs' module. Now there are three main 'areas' of the code: main and options, the filesystem-touching code, and the output-displaying code.
    
    It should be the case that nothing in 'output' touches 'std::fs'.
    efa372cb
mod.rs 3.0 KB