awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Type-Safe Dependency Resolution · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesType-Safe Dependency Resolution

Mechanisms that use language type systems to resolve and inject dependencies safely.

Distinguishing note: No candidates provided; this is a specific, type-centric approach to dependency injection.

Explore 1 awesome GitHub repository matching software engineering & architecture · Type-Safe Dependency Resolution. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Type-Safe Dependency Resolution

Awesome Type-Safe Dependency Resolution GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • apple/container

    apple/container

    24,581View on GitHub↗

    This project serves as a technical educational resource and software implementation example focused on dependency injection architecture and containerized application packaging. It provides a centralized framework for managing the lifecycle and configuration of application components, allowing objects to receive their dependencies from a registry rather than creating them internally. The project distinguishes itself by offering a type-safe service resolution mechanism that uses language-level information to map abstract interfaces to concrete implementations. By utilizing an inversion of cont

    Locates and provides concrete object implementations at runtime using language-level type information.

    Swift
    24,581View on GitHub↗