305766955b
This patch adds types and methods to parse QR codes defined in the [spec]. It supports parsing the QR format from an image or from a byte string, converting back to an image and bytestring is possible as well. [spec]: https://spec.matrix.org/unstable/client-server-api/#qr-code-format
11 lines
219 B
TOML
11 lines
219 B
TOML
[workspace]
|
|
members = [
|
|
"matrix_sdk",
|
|
"matrix_qrcode",
|
|
"matrix_sdk_base",
|
|
"matrix_sdk_test",
|
|
"matrix_sdk_test_macros",
|
|
"matrix_sdk_crypto",
|
|
"matrix_sdk_common",
|
|
"matrix_sdk_appservice"
|
|
]
|