mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +01:00
document tls features
This commit is contained in:
parent
53f1c6d4d3
commit
b16006ec9c
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
//!
|
||||
//! ## Cargo features
|
||||
//!
|
||||
//! - `native-tls` = use [`native-tls`] tls implementation (**enabled by
|
||||
//! default**)
|
||||
//! - `rustls` — use [`rustls`] tls implementation
|
||||
//! - `auto_send` — enables [`AutoSend`] bot adaptor
|
||||
//! - `throttle` — enables [`Throttle`] bot adaptor
|
||||
//! - `cache_me` — enables [`CacheMe`] bot adaptor
|
||||
|
@ -51,6 +54,8 @@
|
|||
//! [`AutoSend`]: adaptors::AutoSend
|
||||
//! [`Throttle`]: adaptors::Throttle
|
||||
//! [`CacheMe`]: adaptors::CacheMe
|
||||
//! [`native-tls`]: https://docs.rs/native-tls
|
||||
//! [`rustls`]: https://docs.rs/rustls
|
||||
|
||||
#![doc(
|
||||
// FIXME(waffle): use github
|
||||
|
|
Loading…
Reference in a new issue