https://github.com/rmw-lib/rmw_config
https://github.com/rmw-lib/rmw_config
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmw-lib/rmw_config
- Owner: rmw-lib
- Created: 2022-07-27T07:23:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T07:37:01.000Z (almost 4 years ago)
- Last Synced: 2025-09-26T04:45:46.928Z (10 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rmw_config : set / get config from config file and env
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
