🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
2019-12-30 04:46:04 +06:00
.github/workflows run rustfmt only on nightly 2019-12-26 22:45:34 +03:00
src Refactor teloxide::dispatching 2019-12-30 04:46:04 +06:00
.gitignore Ignore .idea/ (.gitignore) 2019-09-02 00:23:03 +06:00
Cargo.toml Merge pull request #100 from teloxide/new_fmt 2019-12-27 02:05:32 +06:00
ICON.png Improve the ICON.png quality 2019-10-15 16:16:56 +06:00
LICENSE Rename the lib to "teloxide" 2019-12-07 22:30:15 +03:00
README.md Update README.md 2019-12-08 09:57:53 +03:00
rustfmt.toml Merge imports by default (rustfmt.toml) 2019-10-17 22:16:55 +06:00

teloxide

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.