ip2d 0.4.0

A converter for IPv4 addresses
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "ip2d"
[dependencies.clap]
version = "4.4.14"

[package]
authors = ["0xflotus <0xflotus@gmail.com>"]
categories = ["command-line-utilities", "ipv4"]
description = "A converter for IPv4 addresses"
edition = "2021"
homepage = "https://github.com/0xflotus/ip2d-rust"
license = "MIT"
name = "ip2d"
readme = "README.md"
repository = "https://github.com/0xflotus/ip2d-rust"
version = "0.4.0"