crystal-cbor/src/cbor.cr

9 lines
126 B
Crystal
Raw Normal View History

2020-04-17 14:32:43 +02:00
require "./cbor/**"
# TODO: Write documentation for `CBOR`
module CBOR
VERSION = "0.1.0"
# TODO: Put your code here
end