Crate dill[][src]

Expand description

Runtime dependency injection.

Documentation is under construction.

Structs

Takes a dynamic Builder and casts the instance to desired interface

Enums

Traits

Builders are responsible for resolving dependencies, delegating lifetime management to scopes, and creating new instances

Allows catalog.add to accept both impl types with associated builder and custom builders

Functions

Attribute Macros