teloxide/crates/teloxide-core
2024-07-10 14:30:06 +08:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge branch 'teloxide:master' into master 2024-07-10 14:30:06 +08:00
Cargo.toml Update nightly 2024-07-04 22:59:35 +05:00
CHANGELOG.md Update CHANGELOG 2024-07-08 22:26:52 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Update supported TBA version in docs 2024-04-04 12:37:22 +03:00
schema.ron Merge branch 'teloxide:master' into master 2024-07-10 14:30:06 +08: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+.