Merge pull request #54 from outfoxx/feature/cbor-canonical CBOR: Support deterministic mode
Merge pull request #54 from outfoxx/feature/cbor-canonical
CBOR: Support deterministic mode
Codable
The framework aims to solve three major pain points experienced with Swift’s Codable system:
PotentCodables currently supports Swift Package Manager for project integration. Add a package dependency similar to the following:
.package(url: "https://github.com/outfoxx/PotentCodables.git", from: "1.0.0")
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
🧪 PotentCodables
A potent set of implementations and extension to the Swift
Codable
systemWhy?
The framework aims to solve three major pain points experienced with Swift’s
Codable
system:Codable
Integration
Swift Package Manager
PotentCodables currently supports Swift Package Manager for project integration. Add a package dependency similar to the following:
Documentation
View Package Documentation