nifa-0.5.0 is not a library.
nifa

Cross-platform network inspection tool.
It is designed for Linux, macOS, and Windows with a consistent command surface:
With no sub-command (nifa), it shows the primary network interface summary.
Principles
- Read-only only: no mutation commands
- Tree-first output (
treedefault) - Structured output for automation (
json/yaml)
Supported Platforms
- Linux
- macOS
- Windows
Installation
Install prebuilt binaries via shell script
|
Install prebuilt binaries via powershell script
From Releases
You can download precompiled binaries from the releases
Using Cargo
Commands
if Network interfaces
addr IP addresses
link Layer 2 information
route Routing table
neigh ARP / NDP entries
sock Sockets (ss/netstat equivalent)
sys Network/system summary
mon TUI monitor
Output Options
All non-TUI commands support:
--format tree|table|json|yaml
--wide
--no-color
--no-truncate
Format behavior
- Default:
tree - Use
--format tablefor tabular output
Examples
# Interfaces (summary)
# Interface details
# Addresses
# Link layer
# Routes
# Neighbors
# Sockets
# System summary
# TUI monitor