teloxide/crates/teloxide-core
Waffle Maybe f081e04ee9
Merge pull request #1105 from pfa230/throttle_clone
Fix issue with Throttle and Trace adaptors losing Requester trait bounds
2024-08-06 06:50:15 +00:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #1105 from pfa230/throttle_clone 2024-08-06 06:50:15 +00:00
Cargo.toml Replace serde_with_macros with serde_with 2024-07-17 17:49:44 +04:00
CHANGELOG.md Refactor backoff-related code 2024-07-31 17:07:44 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Update CHANGELOG.md & README.md 2024-07-18 16:00:17 +04:00
schema.ron Merge pull request #1066 from strongtu/master 2024-07-21 14:36:30 +00:00

teloxide-core

The core part of teloxide providing tools for making requests to the Telegram Bot API with ease. This library is fully asynchronous and built using tokio.

teloxide-core = "0.9"

Compiler support: requires rustc 1.68+.