🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle 2ddbaa49ea Add forward-to-deref Requester impls
This commit adds
```rust
impl<B: Requester> Requester for D<B> { ... }
```
where `D<_>` is `&_`, `&mut _`, `Box<_>`, `Arc<_>` and `Rc<_>`.
2021-01-08 22:13:12 +03:00
.github/workflows Initial commit 2020-08-12 18:04:50 +03:00
src Add forward-to-deref Requester impls 2021-01-08 22:13:12 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Normalize docs 2021-01-07 18:00:57 +03:00
CHANGELOG.md Rename StickerType 2020-11-04 16:00:40 +03:00
LICENSE Initial commit 2020-08-06 16:40:41 +03:00
netlify.toml Normalize docs 2021-01-07 18:00:57 +03:00
README.md Add badges to readme 2020-08-12 20:17:26 +03:00
rustfmt.toml Add Bot::{set_,}api_url methods 2020-12-28 18:45:45 +03:00

teloxide-core

CI status documentation (master) LICENSE

Core part of teloxide library.