Crates.io | ruma-client |
lib.rs | ruma-client |
version | |
source | src |
created_at | 2017-01-05 21:25:21.930738 |
updated_at | 2024-12-16 10:15:21.669489 |
description | A Matrix client library. |
homepage | https://ruma.dev/ |
repository | https://github.com/ruma/ruma |
max_upload_size | |
id | 7939 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
ruma-client is a low-level Matrix client library for Rust.
This project is a work in progress and not ready for production usage yet. If you are looking to build a client application or a bot, you are likely going to have a better time using the Matrix Rust SDK, which also builds on the other Ruma crates but provides a higher-level API.