mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 14:55:39 +01:00
Pros: less macros, fixes the missing feature issue. Cons: a bit more code because `fututres` is an annoying crate which does not use `either::Either` and provides its own `Either` which does not have `map_either`, or basically anything for that matter. |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
schema.ron |
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.65+.