mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
25 lines
990 B
Markdown
25 lines
990 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`], UniFFI (Kotlin, Swift, Python, Ruby) 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`], UniFFI bindings of the [`matrix-sdk`] crate.
|
|
|
|
[`apple`]: ./apple
|
|
[`matrix-sdk-crypto-ffi`]: ./matrix-sdk-crypto-ffi
|
|
[`matrix-sdk-crypto-js`]: ./matrix-sdk-crypto-js
|
|
[`matrix-sdk-crypto-nodejs`]: ./matrix-sdk-crypto-nodejs
|
|
[`matrix-sdk-crypto`]: ../crates/matrix-sdk-crypto
|
|
[`matrix-sdk-ffi`]: ./matrix-sdk-ffi
|
|
[`matrix-sdk`]: ../crates/matrix-sdk
|
|
|
|
# Contributing
|
|
To contribute read this [guide](./CONTRIBUTING.md). |