Liking cljdoc? Tell your friends :D
All platforms.

taoensso.sente.packers.msgpack


get-packerclj/s

(get-packer)
(get-packer opts)
Experimental, please test carefully and report any issues!

Returns Sente packer that uses the binary MessagePack
format, Ref. <https://msgpack.org/index.html>.

Clj/s MessagePack implementation adapted from
<https://github.com/rosejn/msgpack-cljc>.

Options:
  `:auto-cache-keywords?` - enables experimental keyword caching; use only
    after all readers support the new encoding
  `:cache-dict` - precompiled `taoensso.msgpack/cache-dict`; must match on
    all readers and writers
  Remaining options are forwarded to `taoensso.msgpack/unpack`.
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close