mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Docs: Add missing features description
This commit is contained in:
parent
0b94cb2894
commit
a7049c9e7d
1 changed files with 5 additions and 2 deletions
|
@ -10,8 +10,11 @@
|
||||||
| `native-tls` | Enables the [`native-tls`] TLS implementation (enabled by default). |
|
| `native-tls` | Enables the [`native-tls`] TLS implementation (enabled by default). |
|
||||||
| `rustls` | Enables the [`rustls`] TLS implementation. |
|
| `rustls` | Enables the [`rustls`] TLS implementation. |
|
||||||
| `ctrlc_handler` | Enables the [`Dispatcher::setup_ctrlc_handler`](dispatching::Dispatcher::setup_ctrlc_handler) function. |
|
| `ctrlc_handler` | Enables the [`Dispatcher::setup_ctrlc_handler`](dispatching::Dispatcher::setup_ctrlc_handler) function. |
|
||||||
| `auto-send` | Enables the `AutoSend` bot adaptor. |
|
| `auto-send` | Enables the [`AutoSend`](adaptors::AutoSend) bot adaptor. |
|
||||||
| `cache-me` | Enables the `CacheMe` bot adaptor. |
|
| `throttle` | Enables the [`Throttle`](adaptors::Throttle) bot adaptor. |
|
||||||
|
| `cache-me` | Enables the [`CacheMe`](adaptors::CacheMe) bot adaptor. |
|
||||||
|
| `trace-adaptor` | Enables the [`Trace`](adaptors::Trace) bot adaptor. |
|
||||||
|
| `erased` | Enables the [`ErasedRequester`](adaptors::ErasedRequester) bot adaptor. |
|
||||||
| `frunk` | Enables [`teloxide::utils::UpState`]. |
|
| `frunk` | Enables [`teloxide::utils::UpState`]. |
|
||||||
| `full` | Enables all the features except `nightly`. |
|
| `full` | Enables all the features except `nightly`. |
|
||||||
| `nightly` | Enables nightly-only features (see the [teloxide-core features]). |
|
| `nightly` | Enables nightly-only features (see the [teloxide-core features]). |
|
||||||
|
|
Loading…
Reference in a new issue