You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:The text was updated successfully, but these errors were encountered: