rmw_config 0.0.7

set / get config from config file and env
Documentation

rmw_config : set / get config from config file and env

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