databox

A library for boxing values or exceptions for passing data through channels of core.async.

Leiningen/Boot

[databox "0.2.0"]

Clojure CLI/deps.edn

databox/databox {:mvn/version "0.2.0"}

Gradle

implementation("databox:databox:0.2.0")

Maven

<dependency>
  <groupId>databox</groupId>
  <artifactId>databox</artifactId>
  <version>0.2.0</version>
</dependency>