[](https://crates.io/crates/slack-blocks)
[](https://docs.rs/slack-blocks/latest)

# slack-blocks
This crate brings Slack's terrific [Block Kit 🔗] to
the Rust ecosystem.
This crate should hopefully come in handy if you need to
build some rich functionality, or just want to send some
slack messages without having to know Block Kit.
Inside, you'll find simple models with an API that is
thoroughly documented and (hopefully) easy to use.
This is currently being actively developed so watch the repo for a
stable v1 release!
[Block Kit 🔗]: https://api.slack.com/block-kit
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.