An open API service indexing awesome lists of open source software.

https://github.com/rmw-lib/rmw_config


https://github.com/rmw-lib/rmw_config

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

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](examples/main.rs)

```rust
use rmw_config::config;

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

## About

This project is part of **[rmw.link](//rmw.link)** Code Project

![rmw.link logo](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)