std-swift/encoding
[1]: https://swift.org/download/#releases
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 EncodingPackage Metadata
Repository: std-swift/encoding
Default branch: master
README: README.md