mxlink 1.14.0

A library for connecting (linking) to the Matrix Client Server API (for building bots, etc.)
Documentation
1
2
3
4
5
#[derive(Debug)]
pub enum Decision {
    Join,
    Reject,
}