Provides the #[derive(Inject)] attribute to implement the Inject trait.
#[derive(Inject)]
Inject
```rust use dilib::{Inject, Singleton};
struct User(String);
struct UserService { db: Singleton>, } ```
This project is licensed under the MIT license.