Clj-cbor 0.7.2

Released under the Public Domain

Concise Binary Object Representation (RFC 7049).

Installation

To install, add the following dependency to your project or build file:

[mvxcvi/clj-cbor "0.7.2"]

Namespaces

clj-cbor.codec

Main CBOR codec implementation.

Public variables and functions:

clj-cbor.core

Core CBOR library API.

clj-cbor.data.core

Type definitions and keyword identifiers for CBOR data types.

clj-cbor.data.float16

Implementation of IEEE 754 half-precision floating point.

clj-cbor.data.simple

Type definition for CBOR simple values.

Public variables and functions:

    clj-cbor.data.tagged

    Type definition for CBOR tagged values.

    Public variables and functions:

      clj-cbor.error

      Dynamic error handling support.

      Public variables and functions:

      clj-cbor.header

      Functions for reading and writing CBOR headers.

      clj-cbor.tags.clojure

      Read and write handler support for Clojure types.

      clj-cbor.tags.content

      Read and write handler support for content sharing and encoding hints.

      clj-cbor.tags.numbers

      Built-in tag support for the number extensions in RFC 7049. See section 2.4.2.

      clj-cbor.tags.text

      Built-in tag support for the text extensions in RFC 7049. See section 2.4.4.

      clj-cbor.tags.time

      Built-in tag support for the time extensions in RFC 7049. See section 2.4.1.