Is it possible to use the same crate twice, in two different instances? The crates have globals, and I need two different instances of them.
No, I would rather not just get rid of the globals.
If that is impossible, is it possible to use the same files in two different crates in the same package? (without duplicating the files.)