# Packages
Package cbor implements partial encoding/decoding of concise binary object representation (CBOR) described in [RFC 8949].
No description provided by the author
No description provided by the author
Package xml holds the XMl encoder utility.
# Functions
EncodeFloat encodes a float value as per the stdlib encoder for json and xml protocol This encodes a float value into dst while attempting to conform to ES6 ToString for Numbers
Based on encoding/json floatEncoder from the Go Standard Library https://golang.org/src/encoding/json/encode.go.