|
8c88d7945a
|
#2 Added IpAddr from u32 function. Finally ready to integrate it into subnet calculation
|
2023-05-15 19:51:26 +01:00 |
|
|
6a4573450c
|
#2 Made IpAddr to u32 function more efficient by using big endian functions built into rust
|
2023-05-15 19:35:07 +01:00 |
|
|
4ace257932
|
#2 Added new function to convert an IPv4 Address to an Unsigned 32-bit interger. Also did some small bits of code cleanup
|
2023-05-15 19:22:02 +01:00 |
|
|
6fafa97d61
|
Made alterations to functions using IP to make it use new functions
|
2023-04-26 21:19:35 +01:00 |
|
|
45c5227a19
|
removed mutability of test variable that is not needed.
|
2023-04-20 21:57:50 +01:00 |
|
|
3b4a5ce285
|
Added to_arr and from_arr methods to IpAddr
|
2023-04-20 21:42:13 +01:00 |
|
|
e1a978cb1f
|
Added new functionality to Network and changed error handling to be a single enum. create_subnet() is still WIP
|
2023-04-17 17:24:35 +01:00 |
|
|
43cd0f5bc5
|
Changed test for IpAddr::from_str() to test more points of failure
|
2023-02-11 16:49:23 +00:00 |
|
|
d5ec71a000
|
Added documentation to FromString trait on IpAddr
|
2023-02-11 16:35:30 +00:00 |
|
|
247587d99b
|
Completed implementation of FromString for IpAddr
|
2023-02-11 16:15:28 +00:00 |
|