Skip to content

Commit

Permalink
add existing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
romanpauk committed Sep 2, 2024
1 parent 5fc13d7 commit dfa8d16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@ target_link_libraries(dingo_fetchcontent_test PRIVATE dingo::dingo)

<!-- } -->

### Existing DI Libraries

As creating a generic DI library is tricky, libraries end up different in many
aspects (API, supported C++ constructs, compile-time/run-time, intrusiveness).
Please take a look at few other libraries to find out which one suits the
intended use-case the best:

- [qlibs/di](https://github.com/qlibs/di)
- [boost-ex/di](https://github.com/boost-ext/di)
- [google/fruit](https://github.com/google/fruit)
- [gracicot/kangaru](https://github.com/gracicot/kangaru)
- [ybainier/Hypodermic](https://github.com/ybainier/Hypodermic)

### Features

#### Non-intrusive Class Registration
Expand Down

0 comments on commit dfa8d16

Please sign in to comment.