/mrsbfh

Matrix-Rust-SDK-Bot-Framework-Helper

Primary LanguageRust

MRSBFH - Matrix-Rust-SDK-Bot-Framework-Helper

github crates.io docs.rs

A toolkit for writing commandbots more efficient in rust for matrix.

How to use

To use it you need to add mrsbfh just like any regular create:

mrsbfh = "0.2.0"

After that there are the possible helpers available that are further described in the docs.

As there was no release yet, you can open them using cargo doc -p mrsbfh --open in any crate depending on it or after cloning the repository.

For a minimal example of the bot checkout the crate under the example-bot folder which is a minimal version of what is needed.