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 initializing unnecessarily. On OS X, this initialization 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 initializing
unnecessarily. On OS X, this initialization 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.component

Changes exception output for SystemMap and Lifecycle, from Stuart Sierra's Component library, to be shorter placeholders.

SystemMap instances print as #<SystemMap>.

Lifecycle instances print as #<Component CLASS> (where CLASS is name of the record class).

Without these changes, exception output for system maps produces volumes of deeply nested and redundant data.

Changes exception output for SystemMap and Lifecycle, from
[Stuart Sierra's Component library](https://github.com/stuartsierra/component), to be shorter placeholders.

SystemMap instances print as `#<SystemMap>`.

Lifecycle instances print as `#<Component CLASS>` (where `CLASS` is name of the record class).

Without these changes, exception output for system maps produces volumes of deeply nested
and redundant data.
raw docstring

No vars found in this namespace.

io.aviso.lein-pretty

A plugin for Leiningen that automatically enables pretty printing.

A plugin for Leiningen that automatically enables pretty printing.
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.repl

Utilities to assist with REPL-oriented development.

If you are using Stuart Sierra's component library, you may want to also require [[io.aviso.component]].

Utilities to assist with REPL-oriented development.

If you are using Stuart Sierra's component library, you may want to also require
[[io.aviso.component]].
raw docstring

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

× close