1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 06:27:28 +00:00
Tiny Rust crate for twelve-factor app configuration
Find a file
2023-04-29 02:19:07 +02:00
.devcontainer Use Rust devcontainer 2023-04-27 13:23:11 +00:00
.idea Update examples 2023-04-28 18:32:33 +02:00
examples Update examples 2023-04-28 18:32:33 +02:00
src Fix broken doc links 2023-04-29 02:19:07 +02:00
.gitignore Initial commit 2023-04-27 15:11:44 +02:00
Cargo.toml Bump version to 0.1.1 2023-04-29 02:07:37 +02:00
icon.png Prepare crate for distribution 2023-04-28 18:52:22 +02:00
LICENSE-APACHE.txt Add license files 2023-04-28 18:54:21 +02:00
LICENSE-MIT.txt Add license files 2023-04-28 18:54:21 +02:00
README.md Add tiny example in the README 2023-04-29 02:07:31 +02:00

micronfig

Tiny crate for simple configuration management.

let ip_addr: std::net::IpAddr = micronfig::required("IP_ADDRESS");

Crates.io Documentation Chat

Acknowledgements

Icon made with Font Awesome (CC-BY-4.0) and Emblematic