This website requires JavaScript.
Explore
Help
Sign In
luke-else
/
subnet_calculator
Watch
1
Star
0
Fork
0
You've already forked subnet_calculator
Code
Issues
3
Pull Requests
Projects
Releases
Wiki
Activity
Subnet Calculator written in Rust
30
Commits
1
Branch
0
Tags
131
KiB
Rust
100%
55ccf05902
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Luke Else
55ccf05902
Adapted the create_subnet function to itterate through each octet to stop the overflows. There is however still an issue where the actual IP addresses aren't added correctly into the networks list.
2023-05-12 14:17:53 +01:00
.vscode
Added initial implementation of IpAddr
2023-01-31 20:58:13 +00:00
src
Adapted the create_subnet function to itterate through each octet to stop the overflows. There is however still an issue where the actual IP addresses aren't added correctly into the networks list.
2023-05-12 14:17:53 +01:00
.gitignore
Initial commit
2023-01-19 13:26:17 +01:00
Cargo.toml
Initial Upload
2023-01-19 12:30:37 +00:00
LICENSE
Initial commit
2023-01-19 13:26:17 +01:00
README.md
Initial commit
2023-01-19 13:26:17 +01:00
README.md
subnet_calculator
Subnet Calculator written in Rust