claro 0.2.20

Released under the MIT License

claro que sí.

Installation

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

[claro "0.2.20"]

Topics

Namespaces

claro.data

Main protocols and functions for I/O abstraction.

claro.data.ops

claro.engine

Main resolution and engine logic.

claro.engine.adapter

Adapters can be used to remove asynchronous execution boilerplate or mediate between differen deferred implementations.

Public variables and functions:

claro.engine.selector

Selectors let you adjust and optimize the order of resolution on an engine or tree level.

claro.middleware.cache

A middleware to allow caching of resolution results.

Public variables and functions:

claro.middleware.deferred

Generic middlewares to adjust the resolution deferred.

Public variables and functions:

claro.middleware.intercept

A middleware to allow partial resolution of batches using a custom resolver.

Public variables and functions:

claro.middleware.mock

Generic I/O mocking middlewares.

Public variables and functions:

claro.middleware.observe

Generic middlewares to observe resolution results.

claro.middleware.transform

Generic middlewares to transform resolution results.

Public variables and functions:

claro.projection

Powerful tree projection functions.