mrsbfh

Matrix-Rust-SDK-Bot-Framework-Helper
git clone git://archive.git.mtrnord.blog/MTRNord/mrsbfh.git
Log | Files | Refs | README

commit 7880ae18aeb21a83e762efbe3166211284cd1dfe
parent db326fb4d1aa6c15728d5f5a5037119e7b380546
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu,  4 Nov 2021 20:38:54 +0100

chore: Release 0.1.2

Diffstat:
MREADME.md | 6+++---
Mmrsbfh/Cargo.toml | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -10,14 +10,14 @@ A toolkit for writing commandbots more efficient in rust for matrix. ## How to use -To use it you need to add mrsbfh ust like any regular create: +To use it you need to add mrsbfh just like any regular create: ``` -mrsbfh = "0.1.0" +mrsbfh = "0.1.2" ``` 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 +nigtly doc -p mrsbfh --open` in any crate depending on it or after cloning the repository. +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. diff --git a/mrsbfh/Cargo.toml b/mrsbfh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrsbfh" -version = "0.1.1" +version = "0.1.2" authors = ["MTRNord <mtrnord1@gmail.com>"] edition = "2021" description = "A toolkit for writing commandbots more efficient in rust for matrix."