shore-matrix 0.1.4

Matrix bridge for the Silvershore chat daemon.
Documentation
1
2
3
4
5
6
7
8
9
#![recursion_limit = "256"]

pub mod bot;
pub mod bridge;
pub mod connection;
pub mod crypto;
pub mod homeserver;
pub mod provision;
pub mod rooms;