1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 06:27:28 +00:00

Add mention about other examples

This commit is contained in:
Steffo 2023-04-29 02:06:37 +02:00
parent b123357e95
commit 9f43f871c6
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -93,6 +93,10 @@
//! # std::env::set_var("IP_ADDRESS", "192.168.1.1");
//! let ip_addr: IpAddr = get("IP_ADDRESS").expect("IP_ADDRESS envvar to be defined");
//! ```
//!
//! # More examples
//!
//! Other examples are provided in the crate source, [inside the `examples/` directory](https://github.com/Steffo99/micronfig/tree/main/examples).
pub mod any;
pub mod var;