nicolascotton / nject

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

Named injection #49

Open stevefan1999-personal opened 2 months ago

stevefan1999-personal commented 2 months ago

Can we have different dependencies of the same type but with a different name? Maybe we can use generic to do that but be sure to have an example though