encoding/cbor: initial package implementation

This commit is contained in:
Laytan Laats
2023-11-22 16:12:37 +01:00
parent 4c35633e01
commit 5533a327eb
12 changed files with 4067 additions and 51 deletions

View File

@@ -53,6 +53,7 @@ import json "core:encoding/json"
import varint "core:encoding/varint"
import xml "core:encoding/xml"
import endian "core:encoding/endian"
import cbor "core:encoding/cbor"
import fmt "core:fmt"
import hash "core:hash"
@@ -167,6 +168,7 @@ _ :: json
_ :: varint
_ :: xml
_ :: endian
_ :: cbor
_ :: fmt
_ :: hash
_ :: xxhash