p0lunin / teloc

Simple, compile-time DI framework for Rust
Apache License 2.0
150 stars 15 forks source link

Mark `EmptyServiceProvider` as public #40

Open gabriel-ami opened 4 months ago

gabriel-ami commented 4 months ago

Hello,

Since my combination of this crate with lazy_static!, I require to define the type of the ServiceProvider manually, requiring me to have access to the EmptyServiceProvider, is this a viable change? If so, could I do a PR for it?

Thank you.

Kind regards, Gabriel