Encoding

master

Hex strings, endinanness, and bit packing
std-swift/Encoding

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

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 08 2025 23:17:23 GMT-1000 (Hawaii-Aleutian Standard Time)