🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle ecaa5d5bec Add net::default_reqwest_settings function
This function can help when users want to set up their own client setting for
one reason or another, since settings set by the function, are required for
stable work.

This function was previously private and named `sound_bot`. The old name was
confusing since safety and soundness are used in the Rust context almost
entirely for `unsafe` code, UB & co. So I've changed the name to a more
descriptive one.
2021-05-12 11:51:03 +03:00
.github/workflows Turn on nightly clippy again 2021-03-15 23:50:09 +03:00
examples fix examples (because get_me now returns Me) 2021-01-26 14:10:37 +03:00
media Add media 2021-01-13 16:10:56 +03:00
src Add net::default_reqwest_settings function 2021-05-12 11:51:03 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Fix docs.rs metadata 2021-05-09 00:43:16 +03:00
CHANGELOG.md Add net::default_reqwest_settings function 2021-05-12 11:51:03 +03:00
LICENSE Initial commit 2020-08-06 16:40:41 +03:00
netlify.toml Normalize docs 2021-01-07 18:00:57 +03:00
README.md Fixup docs badge 2021-05-08 23:15:51 +03:00
rustfmt.toml Small enhancements 2021-02-15 16:46:31 +06: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.2"

Compiler support: requires rustc 1.49+.