🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Temirkhan Myrzamadi 0097ef78f0 Merge pull request #76 from telebofr/fix_error_policy_by_hand_implementing
Fix `ErrorPolicy` by implementing trait on all `Fn() -> Fut` by-hands…
2019-11-02 14:12:03 +00:00
src Fix indent for where 2019-11-02 16:50:32 +03:00
.gitignore Ignore .idea/ (.gitignore) 2019-09-02 00:23:03 +06:00
.travis.yml Run Travis CI on the nightly channel 2019-09-02 13:35:28 +06:00
Cargo.toml Rename the project to 'telebofr' 2019-10-15 21:31:58 +06:00
ICON.png Improve the ICON.png quality 2019-10-15 16:16:56 +06:00
LICENSE Rename the project to 'telebofr' 2019-10-15 21:31:58 +06:00
README.md Update README.md 2019-10-16 18:17:08 +06:00
rustfmt.toml Merge imports by default (rustfmt.toml) 2019-10-17 22:16:55 +06:00

telebofr

A full-featured framework that empowers you to easily build Telegram bots using the async/.await syntax in Rust. It handles all the difficult stuff so you can focus only on your business logic.