TheNeikos / envious

Deserialize (potentially nested) environment variables into your custom structs
Apache License 2.0
60 stars 2 forks source link

Document feature comparison with `envy` #10

Open ypoluektovich opened 1 year ago

ypoluektovich commented 1 year ago

After seeing envious in TWIR's "crate of the week" segment, I immediately thought of another, very similarly named library that does "the same thing" and that I've been using for my pet projects for a while now: https://github.com/softprops/envy. And I imagine I'm not the only one. Can we have a doc section (maybe not even in README, a separate file is fine) with a feature comparison?

TheNeikos commented 1 year ago

Good idea!