crystal-cbor/spec/cbor
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
..
encoder_spec.cr Add encoding capabilities 2020-05-27 13:22:58 +02:00
from_cbor_spec.cr Fix boolean handling and add more tests 2020-05-11 12:00:17 +02:00
lexer_spec.cr Refactor lexer in preparation for decoder 2020-04-22 23:48:58 +02:00
serializable_spec.cr Add encoding capabilities 2020-05-27 13:22:58 +02:00