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
- Host: GitHub
- URL: https://github.com/robotomize/rs-cidr
- Owner: robotomize
- License: mit
- Created: 2024-04-08T11:56:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:29:36.000Z (about 2 years ago)
- Last Synced: 2025-02-08T14:16:00.692Z (over 1 year ago)
- Topics: cidr, rs, rust, subnet
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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