ip-roam 0.2.1

Monitor changes of local IPv4 addresses on Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ip-roam

[![crates.io](https://img.shields.io/crates/v/ip-roam.svg)](https://crates.io/crates/ip-roam)
[![docs.rs](https://docs.rs/ip-roam/badge.svg)](https://docs.rs/ip-roam)
[![Rust](https://img.shields.io/badge/rust-1.66.1%2B-blue.svg)](https://github.com/rust-lang/ip-roam)

Monitor changes of local IPv4 addresses on Linux.

## Usage

```toml
[dependencies]
ip-roam = "0.2"
```

Check [examples](examples/) or [Documentation](https://docs.rs/ip-roam) for details.