Multistream 0.7.1

Released under the Public Domain

Clojure implementation of the multistream standard.

Installation

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

[mvxcvi/multistream "0.7.1"]

Namespaces

multistream.codec

Core multistream codec protocols and functions.

multistream.codec.bin

Example binary codec which simply encodes and decodes raw byte arrays.

Public variables and functions:

multistream.codec.compress

Compression codecs transform the byte stream after it is encoded and before it is decoded by the next codec.

Public variables and functions:

multistream.codec.text

Text codec which uses UTF-8 to serialize strings.

Public variables and functions:

multistream.codec.transform

Logical codec which wraps another codec to transform the data before it is encoded or after it is decoded.

Public variables and functions:

multistream.header

Functions for handling multicodec header paths.

Public variables and functions: