commonsensesoftware / more-rs-di

Rust Dependency Injection (DI) framework
MIT License
20 stars 3 forks source link

2.1 Features #6

Closed commonsensesoftware closed 1 year ago

commonsensesoftware commented 1 year ago

Adds the following features and enhancements:

  1. Add support for #[injectable] on generic types
  2. Add support for lazy-initialization (#1)