mattermost_client/
lib.rs

1pub use crate::client::Client;
2
3pub mod openapi;
4
5mod client;
6
7pub mod posts;