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")
🧪 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