Skip to main content

Module di

Module di 

Source
Expand description

Dependency Injection Container

A simple, type-safe DI container that stores services as Arc-wrapped trait objects. Services can be registered and retrieved by type, with automatic Arc wrapping.

Structs§

Container
Dependency injection container

Traits§

Injectable
Trait that all injectable services must implement