Liking cljdoc? Tell your friends :D

io.aviso.binary

Utilities for formatting binary data (byte arrays) or binary deltas.

Utilities for formatting binary data (byte arrays) or binary deltas.
raw docstring

io.aviso.clipboard

Utilities for accessing text on the system clipboard using AWT.

This is segregated from other code to prevent the AWT stack from initializaing unnecessarily. On OS X, this is seen as a Java application icon appearing in the Dock

Utilities for accessing text on the system clipboard using AWT.

This is segregated from other code to prevent the AWT stack from initializaing
unnecessarily. On OS X, this is seen as a Java application icon appearing in the Dock
raw docstring

io.aviso.columns

Assistance for formatting data into columns. Each column has a width, and data within the column may be left or right justified. Generally, columns are sized to the largest item in the column. When a value is provided in a column, it may be associated with an explicit width which is helpful when the value contains non-printing characters (such as those defined in the io.aviso.ansi namespace).

Assistance for formatting data into columns. Each column has a width, and data within the column
may be left or right justified. Generally, columns are sized to the largest item in the column.
When a value is provided in a column, it may be associated with an explicit width which is helpful
when the value contains non-printing characters (such as those defined in the `io.aviso.ansi` namespace).
raw docstring

io.aviso.logging

Provides functions that hook into clojure.tools.logging to make use of Pretty to format exceptions.

You must add clojure.tools.logging as an explicit dependency of your project.

Provides functions that hook into clojure.tools.logging to make use of Pretty to format exceptions.

You must [add clojure.tools.logging as an explicit dependency](https://github.com/clojure/tools.logging) of your project.
raw docstring

io.aviso.writer

The StringWriter protocol is used as the target of any written output.

The StringWriter protocol is used as the target of any written output.
raw docstring

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

× close