From a08566ca8047205d0dd7e3860ab90f0c0fe9169a Mon Sep 17 00:00:00 2001 From: Mitchell Mosure Date: Tue, 19 Sep 2023 11:26:09 -0500 Subject: [PATCH] docs: add Dependency Injection section & inversify-cpp --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 778aa15..2e514a3 100644 --- a/README.md +++ b/README.md @@ -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) | [![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 | Library | Stars | Description | License |