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
- Host: GitHub
- URL: https://github.com/berquerant/ip2bin-rust
- Owner: berquerant
- License: mit
- Created: 2024-09-11T14:07:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T16:01:08.000Z (about 1 year ago)
- Last Synced: 2025-04-21T17:23:13.224Z (about 1 year ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```