{"id":13769950,"url":"https://github.com/matrix-org/matrix-rust-sdk","last_synced_at":"2025-05-15T00:03:36.267Z","repository":{"id":36954019,"uuid":"242174446","full_name":"matrix-org/matrix-rust-sdk","owner":"matrix-org","description":"Matrix Client-Server SDK for Rust","archived":false,"fork":false,"pushed_at":"2025-05-07T21:31:49.000Z","size":63063,"stargazers_count":1446,"open_issues_count":256,"forks_count":285,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-05-07T23:38:54.612Z","etag":null,"topics":["matrix-org","rust","sdk"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrix-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-21T15:47:16.000Z","updated_at":"2025-05-07T21:31:52.000Z","dependencies_parsed_at":"2023-11-06T10:28:23.244Z","dependency_job_id":"7b8cc50c-cca0-4b36-a36a-66b1a77daabb","html_url":"https://github.com/matrix-org/matrix-rust-sdk","commit_stats":{"total_commits":9691,"total_committers":137,"mean_commits":70.73722627737226,"dds":0.7780414817872252,"last_synced_commit":"de568837fb8b7ea0814c6a0e4e3fc19769f70402"},"previous_names":[],"tags_count":168,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rust-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rust-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rust-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-rust-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/matrix-rust-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249199,"owners_count":22039029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matrix-org","rust","sdk"],"created_at":"2024-08-03T17:00:32.986Z","updated_at":"2025-05-15T00:03:36.140Z","avatar_url":"https://github.com/matrix-org.png","language":"Rust","funding_links":[],"categories":["Bot SDKs","Rust","SDKs"],"sub_categories":["Rust","2016"],"readme":"\u003ch1 align=\"center\"\u003eMatrix Rust SDK\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ci\u003eYour all-in-one toolkit for creating Matrix clients with Rust, from simple bots to full-featured apps.\u003c/i\u003e\n    \u003cbr/\u003e\u003cbr/\u003e\n    \u003cimg src=\"contrib/logo.svg\"\u003e\n    \u003cbr\u003e\n    \u003chr\u003e\n    \u003ca href=\"https://github.com/matrix-org/matrix-rust-sdk/releases\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/v/release/matrix-org/matrix-rust-sdk?style=flat\u0026labelColor=1C2E27\u0026color=66845F\u0026logo=GitHub\u0026logoColor=white\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/matrix-sdk/\"\u003e\n        \u003cimg src=\"https://img.shields.io/crates/v/matrix-sdk?style=flat\u0026labelColor=1C2E27\u0026color=66845F\u0026logo=Rust\u0026logoColor=white\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/matrix-org/matrix-rust-sdk\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/gh/matrix-org/matrix-rust-sdk?style=flat\u0026labelColor=1C2E27\u0026color=66845F\u0026logo=Codecov\u0026logoColor=white\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://docs.rs/matrix-sdk/\"\u003e\n        \u003cimg src=\"https://img.shields.io/docsrs/matrix-sdk?style=flat\u0026labelColor=1C2E27\u0026color=66845F\u0026logo=Rust\u0026logoColor=white\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/matrix-org/matrix-rust-sdk/actions/workflows/ci.yml\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/matrix-org/matrix-rust-sdk/ci.yml?style=flat\u0026labelColor=1C2E27\u0026color=66845F\u0026logo=GitHub%20Actions\u0026logoColor=white\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n\nThe Matrix Rust SDK is a collection of libraries that make it easier to build\n[Matrix] clients in [Rust]. It takes care of the low-level details like encryption,\nsyncing, and room state, so you can focus on your app's logic and UI. Whether\nyou're writing a small bot, a desktop client, or something in between, the SDK\nis designed to be flexible, async-friendly, and ready to use out of the box.\n\n[Matrix]: https://matrix.org/\n[Rust]: https://www.rust-lang.org/\n\n## Project structure\n\nThe Matrix Rust SDK is made up of several crates that build on top of each other. Here are the key ones:\n\n- [matrix-sdk-ui](https://docs.rs/matrix-sdk-ui/latest/matrix_sdk_ui/) – A high-level client library that makes it easy to build\n  full-featured UI clients with minimal setup. Check out our reference client,\n  [multiverse](https://github.com/matrix-org/matrix-rust-sdk/tree/main/labs/multiverse), for an example.\n- [matrix-sdk](https://docs.rs/matrix-sdk/latest/matrix_sdk/) – A mid-level client library, ideal for building bots, custom\n  clients, or higher-level abstractions. You can find example usage in the\n  [examples directory](https://github.com/matrix-org/matrix-rust-sdk/tree/main/examples).\n- [matrix-sdk-crypto](https://docs.rs/matrix-sdk-crypto/latest/matrix_sdk_crypto/) – A standalone encryption state machine with no network I/O,\n  providing end-to-end encryption support for Matrix clients and libraries.\n  See the [crypto tutorial](https://docs.rs/matrix-sdk-crypto/latest/matrix_sdk_crypto/tutorial/index.html)\n  for a step-by-step introduction.\n\n## Status\n\nThe library is considered production ready and backs multiple client\nimplementations such as Element X\n[[1]](https://github.com/element-hq/element-x-ios)\n[[2]](https://github.com/element-hq/element-x-android),\n[Fractal](https://gitlab.gnome.org/World/fractal) and [iamb](https://github.com/ulyssa/iamb). Client developers should feel\nconfident to build upon it.\n\nDevelopment of the SDK has been primarily sponsored by Element though accepts\ncontributions from all.\n\n## Bindings\n\nThe higher-level crates of the Matrix Rust SDK can be embedded in other\nenvironments such as Swift, Kotlin, JavaScript, and Node.js. Check out the\n[bindings/](./bindings/) directory to learn more about how to integrate the SDK\ninto your language of choice.\n\n## License\n\n[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-rust-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrix-org%2Fmatrix-rust-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-rust-sdk/lists"}