docs.rs failed to build confik-0.15.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
confik-0.15.0
confik
This crate provides a macro for creating configuration/settings structures and functions to read them from files and the environment.
Example
Assume that config.toml contains
= "google.com"
= "root"
and the environment contains
PASSWORD=hunter2
Then:
use ;
License
This project is licensed under either of
- Apache License, Version 2.0
- MIT License
at your option.