slack-morphism 2.20.0

Slack Morphism is a modern client library for Slack Web/Events API/Socket Mode and Block Kit
Documentation
1
2
3
pub trait SlackTextFormat {
    fn to_slack_format(&self) -> String;
}