Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 910 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 910 Bytes

github.com/weborama/cidr

Godoc for weborama/cidr Go Report Card Go golangci-lint

This package provides converters of IP ranges to CIDR IP networks (both for IPv4 and IPv6).

Typical use case of this package is for converting IP range lists (geolocation, blacklists etc.) for storage in radix trees for fast lookup.

C implementation used for inspiration.