encoding/cbor: initial package implementation

This commit is contained in:
Laytan Laats
2024-03-04 17:25:34 +01:00
parent 4c35633e01
commit 5533a327eb
12 changed files with 4067 additions and 51 deletions
+2 -1
View File
@@ -413,4 +413,5 @@ DNS_Record_Header :: struct #packed {
DNS_Host_Entry :: struct {
name: string,
addr: Address,
}
}