willow25 0.1.0

A ready-to-use implementation of the Willow specifications.
Documentation

An implementation of the Willow specifications.

See the tutorials if you prefer hands-on learning over API docs.

Contents

This crate is grouped into several modules, each of which contains further information on how things are structured.

The [prelude] module provides a convenient bulk import for all things Willow: use willow25::prelude::*;.

The [paths] module provides functionality around Paths.

The [entry] module provides functionality around Entries.

Willow’25 vs Willow

The Willow specifications are generic over certain choices of parameters. Willow25 is a specific choice of these parameters. As such, this crate is ready to use as-is, there are no parameters to configure. If you do need the full genericity of Willow, see the [willow_data_model] crate.