You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/matrix-sdk-base/README.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ library.
6
6
The following crate feature flags are available:
7
7
8
8
*`encryption`: Enables end-to-end encryption support in the library.
9
-
*`sled_cryptostore`: Enables a Sled based store for the encryption
10
-
keys. If this is disabled and `encryption` support is enabled the keys will
11
-
by default be stored only in memory and thus lost after the client is
12
-
destroyed.
13
-
*`sled_state_store`: Enables a Sled based store for the storage of the local
14
-
client state.
9
+
*`qrcode`: Enbles QRcode generation and reading code
10
+
*`store_key`: Provides extra facilities for StateStores to manage store keys
11
+
*`testing`: provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.
0 commit comments