Skip to content

OpenByteDev/StrictIPParser

Repository files navigation

StrictIPParser

nuget badge Unlicense

A strict alternative to the builtin IP parsing methods.

Note: The IPv4Address and IPv6Address structs from this library use only primitve types to store the address and do not allocate during parsing.