🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle e79f83d4a1 Move bot adaptors to own module and place then under features
This commit moves `bot::{auto_send,cache_me,limits}` modules to
`adaptors::{auto_send,cache_me,throttle}.

ALso it adds 4 crate features:
- `throttle`
- `cache_me`
- `auto_send`
- `full` (enables all features, except `nightly`)
2020-10-21 05:14:48 +03:00
.github/workflows Initial commit 2020-08-12 18:04:50 +03:00
src Move bot adaptors to own module and place then under features 2020-10-21 05:14:48 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Move bot adaptors to own module and place then under features 2020-10-21 05:14:48 +03:00
CHANGELOG.md Merge pull request #3 from teloxide/pub_fields_in_methods 2020-08-16 23:38:26 +03:00
LICENSE Initial commit 2020-08-06 16:40:41 +03:00
netlify.toml Initial commit 2020-08-12 18:04:50 +03:00
README.md Add badges to readme 2020-08-12 20:17:26 +03:00
rustfmt.toml Move core code from teloxide 2020-08-12 19:39:40 +03:00

teloxide-core

CI status documentation (master) LICENSE

Core part of teloxide library.