mxlink 1.13.1

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