localip 0.2.0

A simple library to find the local IP address of the machine.
Documentation
[dependencies]

[lib]
name = "localip"
path = "src/lib.rs"

[package]
authors = ["Tarun Regmi <tarunregmi.io@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "A simple library to find the local IP address of the machine."
edition = "2021"
keywords = ["networking", "local", "ip", "address"]
license = "MIT"
name = "localip"
readme = "README.md"
repository = "https://github.com/tarunregmi/localip"
version = "0.2.0"