partial_config 0.7.3

A Rust crate to implement layered partial configuration
Documentation
1
2
3
4
5
6
7
8
error: Enums are not supported.

         = help: While it is possible to support `enum`s in principle, this is most likely an X-Y problem. You should use `partial_config` to build your internal `enum` with an extra layer.

 --> tests/ui/enum.rs:4:10
  |
4 | pub enum Conf {
  |          ^^^^