teloxide/crates/teloxide-core
2024-08-24 13:01:51 +04:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Replace Currency enum with String, mention XTR special currency in docs 2024-08-24 13:01:51 +04:00
Cargo.toml Bump pretty_env_logger to 0.5 2024-08-18 17:54:37 +04:00
CHANGELOG.md Bump supported TBA version to 7.1 2024-08-17 21:21:28 +04:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Bump supported TBA version to 7.1 2024-08-17 21:21:28 +04:00
schema.ron Replace Currency enum with String, mention XTR special currency in docs 2024-08-24 13:01:51 +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.10.1"

Compiler support: requires rustc 1.68+.