matrix-bridge-telegram 0.1.0

A bridge between Matrix and Telegram written in Rust
Documentation
1
2
3
4
5
pub mod common;
pub mod matrix_parser;
pub mod telegram_parser;

pub struct Parsers;