mirror of
https://github.com/p-ranav/awesome-hpp.git
synced 2025-12-18 02:54:35 +03:00
docs: add Dependency Injection section & inversify-cpp
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
- [Data Structures and Algorithms](#data-structures-and-algorithms)
|
||||
- [Debugging](#debugging)
|
||||
- [Deep Learning](#deep-learning)
|
||||
- [Dependency Injection](#dependency-injection)
|
||||
- [Event Handling Mechanisms](#event-handling-mechanisms)
|
||||
- [File System](#file-system)
|
||||
- [Functional Programming](#functional-programming)
|
||||
@@ -229,6 +230,11 @@
|
||||
|--- | ---| ---|--- |
|
||||
| [ceras](https://github.com/fengwang/ceras) | [](https://github.com/fengwang/ceras/stargazers/) | A deep learning engine in C++20. | [](https://opensource.org/licenses/BSD-3-Clause) |
|
||||
|
||||
## Dependency Injection
|
||||
| Library | Stars | Description | License |
|
||||
|--- | ---| ---|--- |
|
||||
| [inversify-cpp](https://github.com/mosure/inversify-cpp) | [](https://github.com/mosure/inversify-cpp/stargazers/) | C++17 inversion of control and dependency injection container library. | [](https://opensource.org/licenses/MIT) |
|
||||
|
||||
## Event Handling Mechanisms
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
|
||||
Reference in New Issue
Block a user