mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-24 00:54:19 +00:00
Add mention about other examples
This commit is contained in:
parent
b123357e95
commit
9f43f871c6
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@
|
||||||
//! # std::env::set_var("IP_ADDRESS", "192.168.1.1");
|
//! # std::env::set_var("IP_ADDRESS", "192.168.1.1");
|
||||||
//! let ip_addr: IpAddr = get("IP_ADDRESS").expect("IP_ADDRESS envvar to be defined");
|
//! 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 any;
|
||||||
pub mod var;
|
pub mod var;
|
||||||
|
|
Loading…
Reference in a new issue