Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Releases: drgomesp/cargo

Basic functionality in order to handle objects using the dependency injection pattern

02 Jun 19:31
Compare
Choose a tag to compare
  • Registering instances or definitions to the container
  • Adding instances to the container
  • Retrieving shared instances from the container
  • Creating service definitions
  • Support lazy loading of services