teloxide/crates/teloxide-core
2024-09-03 13:43:50 +03:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Removed multiple messages sugar functionality 2024-09-03 13:43:50 +03:00
Cargo.toml Add dedicated Rgb struct to replace [u8; 3] 2024-08-28 21:27:51 +04:00
CHANGELOG.md Link PR #1157 in the changelog 2024-08-28 21:52:19 -04:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Bump MSRV to 1.80 2024-08-24 18:16:56 +04:00
schema.ron Add dedicated Rgb struct to replace [u8; 3] 2024-08-28 21:27: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.80+.