Crate subcutaneous

Source
Expand description

Dependency injection framework inspired by [bevy][bevyengine.org].

Thanks to Promethia-27 for their book Dependency Injection like Bevy Engine from Scratch, which greatly simplified designing this library.

Traits§

Dependency
A dependency that may get injected in an [Applicant][crate::Applicant].
IntoSystem
Storage
An injector is what is able to inject Dependencies into an [Applicant][crate::Applicant].
System

Type Aliases§

InjectedDependency