Crates.io | rmw_config |
lib.rs | rmw_config |
version | 0.0.7 |
source | src |
created_at | 2022-07-27 07:37:08.984606 |
updated_at | 2022-07-27 07:37:08.984606 |
description | set / get config from config file and env |
homepage | |
repository | https://github.com/rmw-lib/rmw_config |
max_upload_size | |
id | 633772 |
size | 22,519 |
rmw_config : set / get config from config file and env
use rmw_config::config;
fn main() {
config!(rmw);
let mtu = get!(v4_mtu, 1440);
dbg!(mtu);
}
This project is part of rmw.link Code Project