X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/518e4dd38939e602cbfd19379d64b901cbcb96ce..18f2e52c414d1c98bbca61288b35f8b43cec9f8b:/README.md?ds=inline diff --git a/README.md b/README.md index 5390469..0f9c3b1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # netwatcher -![Crates.io Version](https://img.shields.io/crates/v/netwatcher) -![docs.rs](https://img.shields.io/docsrs/netwatcher) +[![Crates.io Version](https://img.shields.io/crates/v/netwatcher)](https://crates.io/crates/netwatcher) +[![docs.rs](https://img.shields.io/docsrs/netwatcher)](https://docs.rs/netwatcher) `netwatcher` is a cross-platform Rust library for enumerating network interfaces and their IP addresses, featuring the ability to watch for changes to those interfaces _efficiently_. It uses platform-specific methods to detect when interface changes have occurred instead of polling, which means that you find out about changes more quickly and there is no CPU or wakeup overhead when nothing is happening. -## Current platform suport +## Current platform support | Platform | Min Version | List | Watch | Notes | |----------|-------------|------|-------|---------------------------------------------------------------------------------------| @@ -53,4 +53,4 @@ drop(handle); ## Licence -Apache License Version 2.0 - see `LICENSE`. \ No newline at end of file +MIT