hmlongco / Resolver

Swift Ultralight Dependency Injection / Service Locator framework
MIT License
2.14k stars 187 forks source link

Resolver is Deprecated #177

Open hmlongco opened 4 months ago

hmlongco commented 4 months ago

Resolver is now officially deprecated and replaced by my new dependency injection system, Factory.

Factory is a true container-based dependency injection system that's compile-time safe and is smaller, lighter, and faster than Resolver.

As good as Resolver was, Factory is better.