Files
confique/src
Lukas Kalbertodt eb03488973 Fix using env with deserialize_with
Fixes #2

I simply forgot to use the `deserialize_with` attribute for the env
deserialization. The previous code was somewhat weirdly coded in that
we would always deserialize `Option<T>` (as it's a partial type) and
the "env variable not present" info would travel through the
deserializer to the `Option<T> as Deserialize` impl. Now it's more
straight forward.
2022-10-14 16:33:37 +02:00
..
2022-10-11 13:17:19 +02:00
2022-10-14 16:33:37 +02:00
2022-10-14 16:33:37 +02:00
2021-07-27 16:20:24 +02:00
2021-07-27 15:05:07 +02:00
2022-10-11 12:59:54 +02:00
2021-07-27 16:20:24 +02:00
2022-03-30 17:38:39 +02:00