I am new to Rust and I would have found very useful an advanced sample project showcasing every possible feature of shaku.
What I would like to have in this example is simultaneous use of Components and Providers, custom Components that create new instances using a static ::new() constructor and have dependencies on other Components and Providers. Something like:
I am new to Rust and I would have found very useful an advanced sample project showcasing every possible feature of shaku.
What I would like to have in this example is simultaneous use of
Component
s andProvider
s, customComponent
s that create new instances using a static::new()
constructor and have dependencies on otherComponent
s andProvider
s. Something like: