#config-file #env #rmw

rmw_config

set / get config from config file and env

1 unstable release

0.0.7 Jul 27, 2022

#9 in #rmw

Apache-2.0 and AGPL-3.0-or-later

10KB
297 lines

rmw_config : set / get config from config file and env

Api Doc

rmw_config : set / get config from config file and env

→ examples/main.rs

use rmw_config::config;

fn main() {
  config!(rmw);
  let mtu = get!(v4_mtu, 1440);
  dbg!(mtu);
}

About

This project is part of rmw.link Code Project

rmw.link logo

Dependencies

~0.7–7.5MB
~25K SLoC