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
Run this command in your terminal:
Example:
use get_local_ip;