Merge remote-tracking branch 'offical/master'

This commit is contained in:
2025-10-12 00:52:35 -04:00
272 changed files with 4127 additions and 2670 deletions
+3 -3
View File
@@ -1,5 +1,6 @@
/*
Package cbor encodes, decodes, marshals and unmarshals types from/into RCF 8949 compatible CBOR binary.
Encodes and decodes types from/into [[ RCF 8949; https://www.rfc-editor.org/rfc/rfc8949.html ]] compatible `CBOR` binary.
Also provided are conversion to and from JSON and the CBOR diagnostic format.
**Allocations:**
@@ -165,5 +166,4 @@ Output:
"str": "Hello, World!"
}
*/
package encoding_cbor
package encoding_cbor