matrix-bridge-teams 0.1.0

A bridge between Matrix and Microsoft Teams written in Rust
1
2
3
4
5
6
7
pub struct AdminHandler;

impl AdminHandler {
    pub fn new() -> Self {
        Self
    }
}