Command-line utility written in Rust to display interface information in a computer-readable way. Works on both Linux and FreeBSD, but the primary use is FreeBSD, to provide something on par with the ip address utility in Linux.
License
This project is free software under the MIT license, see LICENSE.md.
Third-Party Licenses
This project uses third-party libraries, used under license from those authors:
- anyhow - copyright the authors, used under the MIT license.
- clap - copyright the authors, used under the MIT license.
- nix - copyright Carl Lerche + nix-rust authors, used under the MIT license.
- serde - copyright the authors, used under the MIT license.
- serde_json - copyright the authors, used under the MIT license.