style: Improved wording
As suggested in the review. Co-authored-by: Damir Jelić <poljar@termina.org.uk>
This commit is contained in:
committed by
GitHub
parent
335a7d03c3
commit
aaee28b34f
@@ -26,7 +26,7 @@ The rust-sdk consists of multiple crates that can be picked at your convenience:
|
||||
|
||||
## Minimum Supported Rust Version (MSRV)
|
||||
|
||||
These crates are build with Rust language version 2021 and require a minimum compiler version of `1.60`
|
||||
These crates are built with the Rust language version 2021 and require a minimum compiler version of `1.60`
|
||||
|
||||
## Status
|
||||
|
||||
|
||||
@@ -69,8 +69,8 @@ The following crate feature flags are available:
|
||||
| `markdown` | No | Support to send Markdown-formatted messages |
|
||||
| `qrcode` | Yes | QR code verification support |
|
||||
| `sled` | Yes | Persistent storage of state and E2EE-Data using sled (if `e2e-encryption` is activated)
|
||||
| `sled` | No | Persistent storage of state and E2EE-Data for browsers using indexeddb (if `e2e-encryption` is activated)
|
||||
| `socks` | No | Enables SOCKS support i |n the default HTTP client, [`reqwest`] |
|
||||
| `indexdb` | No | Persistent storage of state and E2EE-Data for browsers using indexeddb (if `e2e-encryption` is activated)
|
||||
| `socks` | No | Enables SOCKS support in the default HTTP client, [`reqwest`] |
|
||||
| `sso-login` | No | Enables SSO login with a local HTTP server |
|
||||
|
||||
[`reqwest`]: https://docs.rs/reqwest/0.11.5/reqwest/index.html
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
//!
|
||||
//! 1. `sled` provides a `StateStore`, and a `CryptoStore` for encryption data
|
||||
//! if `e2e-encryption` is enabled. This is the default persistent store
|
||||
//! implementation for non-WebAssembly.
|
||||
//! implementation for non-WebAssembly targets.
|
||||
//! 2. `indexeddb`, too, provides a `StateStore` and a `CryptoStore` if
|
||||
//! `encryption` is also enabled. This is the default persistent store
|
||||
//! implementation for WebAssembly.
|
||||
//! implementation for WebAssembly targets.
|
||||
//!
|
||||
//! Both options provide a `make_store_config` convenience method to create a
|
||||
//! [`StoreConfig`] for [`ClientBuilder::store_config()`].
|
||||
|
||||
Reference in New Issue
Block a user