On Thursday, 6 June 2013 at 02:36:12 UTC, Jonathan M Davis wrote:
But I believe that package level access only works on the same level, so you couldn't have separate modules for compressing and decompressing as was being suggested. It would need to be more likestd.compress.zlib; std.compress.lzw;At that point, it would be trivial to have a common module of some kind withshared functionality which has package access level. - Jonathan M Davis
+1 That seems to be the right level of granularity.
