mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-24 09:16:12 +01:00
🤖 An elegant Telegram bots framework for Rust
https://docs.rs/teloxide
55c02e3311
Use `module_name.rs` instead of `module_name/mod.rs`. Pros: - It's easier to find the module file (especially for modules with lots of submodules like `types`) - Module file name is not 'magical' |
||
---|---|---|
.github/workflows | ||
examples | ||
media | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
netlify.toml | ||
README.md | ||
rustfmt.toml |
teloxide-core
Core part of the teloxide
library.
This library provides tools for making requests to the Telegram Bot API
(Currently, version 4.9
is supported) with ease. The library is fully
asynchronouns and built using tokio
.
teloxide_core = "0.1"
Compiler support: requires rustc 1.49+