localip 0.1.0

A simple library to find the local IP address of the machine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# localip

A lightweight Rust library for discovering the local IP address of your machine. It uses a simple, connectionless UDP-based approach to reliably determine the local IP address without requiring internet connectivity or third-party dependencies.

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
localip = "0.1.0"
```