Alberto Restifo
b666ac0c84
Improve documentation and examples tests
2020-05-30 12:37:57 +02:00
Alberto Restifo
69b9933c3c
Add tests for examples
2020-05-27 13:52:29 +02:00
Alberto Restifo
8baacbb606
Add encoding capabilities
...
* Create CBOR::Encoder, capable of translating Crystal values
* Add `#to_cbor` method to all major types
* Add `#to_cbor` in the CBOR::Serializable macro
2020-05-27 13:22:58 +02:00
Alberto Restifo
9d4c37460c
Strict by default and implement Serializable::Unmapped
2020-05-23 17:32:23 +02:00
Alberto Restifo
2f8693ca34
Implement CBOR::Serializable to decode from_cbor
...
The CBOR::Serializable macro implements a from_cbor method on any
object on which it's included.
2020-05-22 22:06:53 +02:00