•  Hexorg   ( @Hexorg@beehaw.org ) 
    link
    fedilink
    English
    81 year ago

    I do dislike Rust’s namespace(module) mapping to files but I’m not certain requiring a single directory package structure is the solution as I don’t think it’s all that discouraging for having a ton of files in there… have you seen Java? If at some point you’re so concerned about compilation times you should be able to rip out modules into new crates without a problem since they are already in separate folders.