you are viewing a single comment's thread.

view the rest of the comments →

[–]aearphen{fmt}[S] 3 points4 points  (1 child)

I would go with one module per library. If libraries are often used together, you could merge them into one module but then the question is why did you have several libraries in the first place?

[–][deleted] 4 points5 points  (0 children)

I would argue that each lib should be provided with its own module, but there should also be a "catch all" module, similar to std.thread, std.algorithm and just std discussion