swift-ietf/swift-rfc-5952
Canonical text representation of IPv6 addresses per RFC 5952.
Standard Reference
- RFC: 5952
- Title: A Recommendation for IPv6 Address Text Representation
Installation
Add the package to your Package.swift dependencies:
dependencies: [
.package(url: "https://github.com/swift-ietf/swift-rfc-5952.git", from: "0.1.5")
]Add the product to a target that needs it:
.target(
name: "YourTarget",
dependencies: [
.product(name: "RFC 5952", package: "swift-rfc-5952")
]
)License
Apache 2.0. See LICENSE.md.
Package Metadata
Repository: swift-ietf/swift-rfc-5952
Default branch: main
README: README.md