yarner-lib 0.6.0

Library to build plugins for the Literate Programming tool Yarner.
Documentation
# yarner-lib

[![Test status](https://github.com/mlange-42/yarner/actions/workflows/tests.yml/badge.svg)](https://github.com/mlange-42/yarner/actions/workflows/tests.yml)
[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/mlange-42/yarner)
[![Crate](https://img.shields.io/crates/v/yarner-lib.svg)](https://crates.io/crates/yarner-lib)
[![API](https://docs.rs/yarner-lib/badge.svg)](https://docs.rs/yarner-lib)
[![MIT license](https://img.shields.io/github/license/mlange-42/yarner)](https://github.com/mlange-42/yarner/blob/master/LICENSE)

Library to build plugins for the Literate Programming tool [Yarner](https://github.com/mlange-42/yarner).

See chapter [Writing plugins](https://mlange-42.github.io/yarner/plugins/writing.html) of the Yarner user guide on how to use it.

**Usage**

Add this to your `Cargo.toml`:

```toml
yarner-lib = "0.5"
```