An open API service indexing awesome lists of open source software.

https://github.com/berquerant/ip2bin-rust

IP address conversion utilities
https://github.com/berquerant/ip2bin-rust

rust

Last synced: 10 months ago
JSON representation

IP address conversion utilities

Awesome Lists containing this project

README

          

# ip2bin-rust

This is a rewrite of [ip2bin](https://github.com/berquerant/ip2bin) in Rust.

``` shell
❯ ip2bin
IP address conversion utilities

Usage: ip2bin

Commands:
op Operations on addresses
mask Display mask
inspect Inspect CIDR
expand Expand CIDR
in Determine whether CIDR contain ADDRESS
conv Converts ip address format
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
-V, --version Print version
```