mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 18:51:13 -04:00
23 lines
885 B
Markdown
23 lines
885 B
Markdown
# Matrix Rust SDK bindings
|
|
|
|
In this directory, one can find bindings to the Rust SDK that are
|
|
maintained by the owners of the Matrix Rust SDK project.
|
|
|
|
* [`apple`] or `matrix-rust-components-swift`, Swift bindings of the
|
|
[`matrix-sdk`] crate via [`matrix-sdk-ffi`],
|
|
* [`matrix-sdk-crypto-ffi`], bindings of the [`matrix-sdk-crypto`]
|
|
crate,
|
|
* [`matrix-sdk-crypto-js`], JavaScript bindings of the
|
|
[`matrix-sdk-crypto`] crate,
|
|
* [`matrix-sdk-crypto-nodejs`], Node.js bindings of the
|
|
[`matrix-sdk-crypto`] crate,
|
|
* [`matrix-sdk-ffi`], bindings of the [`matrix-sdk`] crate,
|
|
|
|
[`apple`]: ./apple
|
|
[`matrix-sdk-crypto-ffi`]: ./matrix-sdk-crypto-ffi
|
|
[`matrix-sdk-crypto-js`]: ../crates/matrix-sdk-crypto
|
|
[`matrix-sdk-crypto-nodejs`]: ../crates/matrix-sdk-crypto
|
|
[`matrix-sdk-crypto`]: ../crates/matrix-sdk-crypto
|
|
[`matrix-sdk-ffi`]: ./matrix-sdk-ffi
|
|
[`matrix-sdk`]: ../crates/matrix-sdk
|