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

https://github.com/robotomize/rs-cidr

The program will then print all the IP addresses within the specified subnet
https://github.com/robotomize/rs-cidr

cidr rs rust subnet

Last synced: 9 months ago
JSON representation

The program will then print all the IP addresses within the specified subnet

Awesome Lists containing this project

README

          

# rs-cidr

The program will then print all the IP addresses within the specified subnet. .

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Installing

First, clone the repository to your local machine:
Build the project using Cargo, Rust

## Usage

To use the program, you need to provide the network address and subnet mask in CIDR notation as an argument. For example:

```shell
cargo run 192.168.1.0/24
```

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details