AzureMarker / shaku

Compile Time Dependency lnjection Library for Rust
https://docs.rs/shaku
Apache License 2.0
429 stars 22 forks source link

Integration with config crate #39

Closed ctlrcasara closed 2 years ago

ctlrcasara commented 2 years ago

Integration with config crate like crate waiter: https://github.com/dmitryb-dev/waiter#properties.

AzureMarker commented 2 years ago

You can pass in the resolved property values with https://docs.rs/shaku/latest/shaku/struct.ModuleBuilder.html#method.with_component_parameters. I don't intend on adding a dependency for deep config integration at the moment.