mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
0b55a809ea
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
508 B
Text
16 lines
508 B
Text
Hypodermic was started with the will to mimic the famous .NET Autofac.
|
|
Although its design evolved, both its behavior and its expressiveness
|
|
tend to remain the same.
|
|
|
|
Features:
|
|
- Header only
|
|
- Developer friendly compilation errors
|
|
- Easy to use out of the box
|
|
- Configurable instance lifetime
|
|
- On the fly registrations
|
|
- Constructor discovery
|
|
- Merge-able registrations
|
|
- Dependencies can be particular for a specific type
|
|
- Injectable vector of types
|
|
- Injectable factories of types
|
|
- Injectable container
|