docs: add Dependency Injection section & inversify-cpp

This commit is contained in:
Mitchell Mosure
2023-09-19 11:26:09 -05:00
committed by GitHub
parent 07f2baf7bc
commit a08566ca80

View File

@@ -28,6 +28,7 @@
- [Data Structures and Algorithms](#data-structures-and-algorithms) - [Data Structures and Algorithms](#data-structures-and-algorithms)
- [Debugging](#debugging) - [Debugging](#debugging)
- [Deep Learning](#deep-learning) - [Deep Learning](#deep-learning)
- [Dependency Injection](#dependency-injection)
- [Event Handling Mechanisms](#event-handling-mechanisms) - [Event Handling Mechanisms](#event-handling-mechanisms)
- [File System](#file-system) - [File System](#file-system)
- [Functional Programming](#functional-programming) - [Functional Programming](#functional-programming)
@@ -229,6 +230,11 @@
|--- | ---| ---|--- | |--- | ---| ---|--- |
| [ceras](https://github.com/fengwang/ceras) | [![GitHub stars](https://img.shields.io/github/stars/fengwang/ceras?style=social)](https://github.com/fengwang/ceras/stargazers/) | A deep learning engine in C++20. | [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | | [ceras](https://github.com/fengwang/ceras) | [![GitHub stars](https://img.shields.io/github/stars/fengwang/ceras?style=social)](https://github.com/fengwang/ceras/stargazers/) | A deep learning engine in C++20. | [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) |
## Dependency Injection
| Library | Stars | Description | License |
|--- | ---| ---|--- |
| [inversify-cpp](https://github.com/mosure/inversify-cpp) | [![GitHub stars](https://img.shields.io/github/stars/mosure/inversify-cpp?style=social)](https://github.com/mosure/inversify-cpp/stargazers/) | C++17 inversion of control and dependency injection container library. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
## Event Handling Mechanisms ## Event Handling Mechanisms
| Library | Stars | Description | License | | Library | Stars | Description | License |