teloxide/crates/teloxide-core
2024-07-21 09:25:27 +05:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Fix compilation 2024-07-21 09:25:27 +05:00
Cargo.toml Add a feature for rustls + native certs 2024-07-10 17:55:56 +02:00
CHANGELOG.md Merge branch 'teloxide:master' into master 2024-07-16 11:10:28 +08:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Update CHANGELOG & README.md 2024-07-08 23:25:05 +03:00
schema.ron Merge branch 'teloxide:master' into master 2024-07-16 11:10:28 +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+.