mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Make path::Expression module public #387

Closed hkr1990 closed 8 months ago

hkr1990 commented 1 year ago

I'm working on feature control library and would like to take dependency on Value and path::Expression. Unfortunately, path::Expression is not public module. It is useful even outside the context of config-rs. Can you make it public in the next release?

matthiasbeyer commented 1 year ago

Hi! Can you show a usecase why you would need these?

polarathene commented 8 months ago

Closing as no response.