mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 15:23:15 +00:00
More package lines
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// package base32 implements Base32 encoding/decoding, as specified in RFC 4648.
|
||||
// package base32 implements Base32 encoding and decoding, as specified in RFC 4648.
|
||||
package encoding_base32
|
||||
2
core/encoding/base64/doc.odin
Normal file
2
core/encoding/base64/doc.odin
Normal file
@@ -0,0 +1,2 @@
|
||||
// package base64 implements Base64 encoding and decoding
|
||||
package encoding_base64
|
||||
@@ -1,3 +1,5 @@
|
||||
// package cbor implements encoding, decoding, marshaling and unmarshaling 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.
|
||||
Also provided are conversion to and from JSON and the CBOR diagnostic format.
|
||||
@@ -164,6 +166,4 @@ Output:
|
||||
"renamed :)": 123123.12500000,
|
||||
"str": "Hello, World!"
|
||||
}
|
||||
*/
|
||||
package encoding_cbor
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user