teloxide/crates/teloxide-core
Sima Kinsart 42514e93db
Merge pull request #826 from teloxide/better_error_workaround
Rewrite hacks for reliable `Update` deserialization
2023-02-15 12:01:18 +00:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #826 from teloxide/better_error_workaround 2023-02-15 12:01:18 +00:00
Cargo.toml Add a reminder to update teloxide's Cargo.toml when adding features to core 2023-02-03 17:12:57 +04:00
CHANGELOG.md Rewrite hacks for reliable Update deserialization 2023-02-06 12:20:46 +04:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Prepare for the release of teloxide-core 2023-01-17 20:29:41 +04:00
schema.ron fix a link in schema 2023-01-14 20:20:32 +04: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.64+.