Thinking about the possibility of module/namespace collision in #elixir, particularly the case where I call my (closed-source) project something like `Honey`, and then later a cool library comes out with the same name.
Now, if I add that as a dependency, I'm going to have problems right? And there's no way I can see of re-writing module names as they come down from Hex.
Maybe there should be? like `{honey: "1.2.3", rewrite: "SomeNewNamespace}`