rmw_config

Crates.iormw_config
lib.rsrmw_config
version0.0.7
sourcesrc
created_at2022-07-27 07:37:08.984606
updated_at2022-07-27 07:37:08.984606
descriptionset / get config from config file and env
homepage
repositoryhttps://github.com/rmw-lib/rmw_config
max_upload_size
id633772
size22,519
gcxfd (gcxfd)

documentation

README

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

Commit count: 12

cargo fmt