flowscripter_template_rust_library 1.1.11

Project template for a Rust library.
Documentation
# template-rust-library

[![version](https://img.shields.io/github/v/release/flowscripter/template-rust-library?sort=semver)](https://github.com/flowscripter/template-rust-library/releases)
[![build](https://img.shields.io/github/actions/workflow/status/flowscripter/template-rust-library/release-rust-library.yml)](https://github.com/flowscripter/template-rust-library/actions/workflows/release-rust-library.yml)
[![coverage](https://codecov.io/gh/flowscripter/template-rust-library/branch/main/graph/badge.svg?token=EMFT2938ZF)](https://codecov.io/gh/flowscripter/template-rust-library)
[![dependencies](https://deps.rs/repo/github/flowscripter/template-rust-library/status.svg)](https://deps.rs/crate/flowscripter_template_rust_library)
[![rust doc](https://img.shields.io/docsrs/flowscripter_template_rust_library)](https://docs.rs/flowscripter_template_rust_library)
[![license: MIT](https://img.shields.io/github/license/flowscripter/template-rust-library)](https://github.com/flowscripter/template-rust-library/blob/main/LICENSE)

> Project template for a Rust library

## Project Template Usage

1. Use as a
   [template]https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template
   to create a new repository.
2. Update links and references in `README.md`.

## Cargo Crate Usage

```toml
[dependencies]
flowscripter_template_rust_library = "^1"
```

## Development

Build: `cargo build`

Test: `cargo test`

Lint: `cargo fmt`

## Documentation

### Overview

Sample mermaid diagram to test rendering in markdown:

```mermaid
classDiagram
    Foo <|-- Bar
```

### API

Link to auto-generated API docs:

[API Documentation](https://docs.rs/flowscripter_template_rust_library)

## License

MIT © Flowscripter