This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
Releases: FossoresLP/go-cbor
Releases · FossoresLP/go-cbor
Basic functionality
This release marks the first release of this project and provides basic functionality. There are still some features missing and bugs are still very possible since the project currently only has some integration tests with quite bad coverage.
Expect some updates and maybe even a 1.0 release in the next weeks. These will include:
- decoding into a struct
- full test coverage with unit tests
- support for more types such as
time.Time
,big.Int
,big.Float
and maybe more
Please note that this release is to my knowledge fully compliant with RFC 7049 besides the specific differences listed in the README