Swiftpack.co - std-swift/Encoding as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by std-swift.
std-swift/Encoding 3.0.0
Hex strings, endinanness, and bit packing
⭐️ 0
🕓 3 years ago
.package(url: "https://github.com/std-swift/Encoding.git", from: "3.0.0")

Encoding

Hex strings, endinanness, and bit packing

Importing

Add the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/std-swift/Encoding.git", from: "3.0.0")

Add Encoding as a dependency for your target:

.product(name: "Encoding", package: "Encoding"),

and finally,

import Encoding

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics