sfr-server 0.1.2

The server implementation for a Slack App.
Documentation
1
2
3
4
5
//! Handler traits representing the interface that the user must implement.

pub mod home;
pub mod oauth;
pub mod slash_command;