Registry / networking / 3th1nk-cidr

3th1nk-cidr

JSON →
library0.3.0gogounverified

A Go library for parsing and manipulating CIDR (Classless Inter-Domain Routing) network prefixes.

go get github.com/3th1nk/cidr
INSTALL
IMPORT
SIG · 3TH1NK-CIDR
3
3th1nk-cidr
networkinggov0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cidr
github.com/3th1nk/cidr

Parses a CIDR string and prints the network address.

package main import ( "fmt" "github.com/3th1nk/cidr" ) func main() { c, err := cidr.Parse("192.168.1.0/24") if err != nil { panic(err) } fmt.Println(c.Network()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
64 hits · last 30 days
node
57
OpenAI (training)
1
Resources
3th1nk-cidr — go get 3th1nk-cidr · libregistry