objecthub / swift-numberkit

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.
Apache License 2.0
54 stars 15 forks source link

Codable support? #11

Closed ingun37 closed 4 years ago

ingun37 commented 4 years ago

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

objecthub commented 4 years ago

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