iasc 0.1.0

an Ip-address And Subnet-mask Calculator
Documentation
  • Coverage
  • 60%
    9 out of 15 items documented0 out of 6 items with examples
  • Size
  • Source code size: 31.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • haruki7049/iasc
    0 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • haruki7049

iasc

"iasc", an Ip-address And Subnet-mask Calculator.

This tool is still beta!!

Completed part

  • Prefix to Subnet-mask
  • Subnet-mask to Prefix

Incomplete part

  • IPv6 support
  • Calculate the number of hosts
  • Calculate Network address and Broadcast address
  • Calculate the range of IP addresses
  • and etc...

Usage

iasc --conversion-type prefix-to-subnet --prefix-length 27
# Output
255.255.255.224
iasc --conversion-type subnet-to-prefix --subnet-mask 255.255.240.0
# Output
20