slack-blocks-render 0.5.1

Slack blocks render is a Rust library to render Slack blocks as Markdown.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# {{ manifest.name }}

[![Crates.io Version](https://badgers.space/crates/version/{{ manifest.name }})](https://crates.io/crates/{{ manifest.name }})
[![Docs.rs Latest](https://badgers.space/badge/docs.rs/latest/blue)](https://docs.rs/{{ manifest.name }})
[![Build Status](https://badgers.space/github/checks/{{ manifest.repository | trim_prefix: "https://github.com/" }}?label=build)]({{ manifest.repository }}/actions/workflows/build.yaml)

{{ summary }}

{{ contents }}

## License

This project is distributed under the terms of the Apache License (Version 2.0).

See [LICENSE](LICENSE)