HampusMat / Syrette

The convenient dependency injection library for Rust. Mirror of https://git.hampusmat.com/syrette
https://git.hampusmat.com/syrette
Apache License 2.0
20 stars 3 forks source link

Add support for stack allocation of injectables #10

Open HampusMat opened 1 year ago

HampusMat commented 1 year ago

Support for stack allocation of Injectables could probably be implemented.

Stack allocation is to be possible if the interface is a concrete type.

This will require