slack-blocks-render
Slack blocks render is a Rust library to render Slack blocks as Markdown.
Usage
First, add the slack_blocks_render crate as a dependency:
Slack blocks render uses the slack_morphism data model as input so you should also add it as a dependency:
use *;
use render_blocks_as_markdown;
let blocks: = vec!;
let markdown_text = render_blocks_as_markdown;
License
This project is distributed under the terms of the Apache License (Version 2.0).
See LICENSE