Changelog: v0.2.3...v0.3.2
If you previously installed v0.3.0 or v0.3.1, please update to actually be able to use red.Locate[T], as due to a bug it would be unable to find anything (v0.3.0) or have it silently deadlock due to a faulty mutex (v0.3.1)
This update brings support for global containers, which allows the for the use of a hybrid-DI by calling red.Locate[T] from anywhere in your code. This is especially useful in places where injection can become quite involved.