Registry / utility / kangaru

kangaru

JSON →
library4.3.2vcpkgunverified

A dependency injection container for C++11, C++14 and later.

vcpkg install kangaru
INSTALL
IMPORT
SIG · KANGARU
K
kangaru
utilitycppv4.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kangaru/kangaru.hpp
#include <kangaru/kangaru.hpp>

Basic dependency injection with kangaru.

#include <kangaru/kangaru.hpp> #include <iostream> struct Service { void greet() { std::cout << "Hello\n"; } }; int main() { auto container = kgr::container{}; auto& service = container.service<Service>(); service.greet(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

kangaru — pip install kangaru · libregistry