fizyr / subst

Apache License 2.0
10 stars 4 forks source link

Add optional support for TOML data. #22

Closed de-vri-es closed 1 week ago

de-vri-es commented 1 week ago

Adds the same interface that we have for YAML, but for TOML.

hgaiser commented 1 week ago

If you address the CI failing, LGTM :+1:

hgaiser commented 1 week ago

Hmm not what I hoped regarding the CI :p, now it won't build with --all-features on the stable channel. I guess it's not the worst thing though, but what were the alternatives?

de-vri-es commented 1 week ago

We don't have a choice. The doc(cfg) thing doesn't work on stable, but it's very useful for docs.rs.

hgaiser commented 1 week ago

So be it :shrug: