Liking cljdoc? Tell your friends :D

clj-cbor.tags.clojure

Read and write handler support for Clojure types.

Read and write handler support for Clojure types.
raw docstring

clojure-read-handlersclj

Map of tag codes to read handlers to parse Clojure values.

Map of tag codes to read handlers to parse Clojure values.
sourceraw docstring

clojure-write-handlersclj

Map of Clojure types to write handler functions.

Map of Clojure types to write handler functions.
sourceraw docstring

format-symbolclj

(format-symbol value)
source

format-tagged-literalclj

(format-tagged-literal value)
source

generic-object-tagclj

Tagged literals are represented using tag 27 ('generic object') applied to an array containing two elements. The first element is the string version of the EDN tag symbol and the second is the tagged literal form.

See: http://cbor.schmorp.de/generic-object

Tagged literals are represented using tag 27 ('generic object') applied to
an array containing two elements. The first element is the string version of
the EDN tag symbol and the second is the tagged literal form.

See: [http://cbor.schmorp.de/generic-object](http://cbor.schmorp.de/generic-object)
sourceraw docstring

identifier-tagclj

Keywords and symbols are represented using tag 39 ('identifier') applied to the string version of the value. This adds three bytes to the size of the identifier itself for the header, tag code, and string header. Keywords are symbols whose first character is a colon (:).

See: https://github.com/lucas-clemente/cbor-specs/blob/master/id.md

Keywords and symbols are represented using tag 39 ('identifier') applied to
the string version of the value. This adds three bytes to the size of the
identifier itself for the header, tag code, and string header. Keywords are
symbols whose first character is a colon (:).

See: [https://github.com/lucas-clemente/cbor-specs/blob/master/id.md](https://github.com/lucas-clemente/cbor-specs/blob/master/id.md)
sourceraw docstring

parse-symbolclj

(parse-symbol value)
source

parse-tagged-literalclj

(parse-tagged-literal value)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close