objecthub / swift-numberkit

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codable support?

ingun37 opened this issue · comments

commented

Could you make it Codable?
(Codable is Swift standard protocol for encoding/decoding. Doc)

Thanks for the proposal. This is indeed a useful extension. Have added support for Codable to all numeric datatypes of NumberKit.