mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
Render examples.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// Encoding and decoding types from/into `RCF 8949` compatible `CBOR` binary.
|
||||
package encoding_cbor
|
||||
/*
|
||||
Package cbor encodes, decodes, marshals and unmarshals types from/into RCF 8949 compatible CBOR binary.
|
||||
Encodes and decodes types from/into `RCF 8949` compatible `CBOR` binary.
|
||||
|
||||
Also provided are conversion to and from JSON and the CBOR diagnostic format.
|
||||
|
||||
**Allocations:**
|
||||
@@ -166,4 +165,5 @@ Output:
|
||||
"renamed :)": 123123.12500000,
|
||||
"str": "Hello, World!"
|
||||
}
|
||||
*/
|
||||
*/
|
||||
package encoding_cbor
|
||||
Reference in New Issue
Block a user