nicolascotton / nject

Simple zero cost dependency injection library made for rust
MIT License
45 stars 3 forks source link

Provide directly on provider fields #12

Closed nicolascotton closed 1 year ago

nicolascotton commented 1 year ago

Proposal:

#[provider]
struct Provider {
    #[provide]
    value: i32
}