matrix-rust-sdk/bindings
Jonas Platte cd33d8ca38 Always use RwLock and Mutex from tokio
… instead of async-lock, which we previously used on wasm.
2023-03-28 21:08:57 +02:00
..
apple Remove the Apple specific auth service tests 2023-03-21 12:00:43 +01:00
matrix-sdk-crypto-ffi ffi: Inline uniffi_api modules 2023-03-20 15:42:38 +01:00
matrix-sdk-crypto-js matrix-sdk-crypto-js: drop `v` from release tags 2023-03-16 17:49:52 +00:00
matrix-sdk-crypto-nodejs chore(crypto-nodejs): Fix a lint. 2023-03-16 10:39:43 +01:00
matrix-sdk-ffi Always use RwLock and Mutex from tokio 2023-03-28 21:08:57 +02:00
CONTRIBUTING.md Add a guide for contributing to UniFFI bindings 2023-03-14 15:39:09 +01:00
README.md Add a guide for contributing to UniFFI bindings 2023-03-14 15:39:09 +01:00

README.md

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.

Contributing

To contribute read this guide.