1
0
Fork 0
ruma/crates/ruma-common
2026-05-14 15:50:57 +02:00
..
src client-api: Reject non-object event content on /send and /state 2026-05-06 08:55:08 +02:00
tests/it client-api: Merge Error into ruma_common::api::Error 2026-04-05 11:11:56 +02:00
build.rs identifiers: Fix using RUMA_IDENTIFIERS_STORAGE environment variable 2026-02-25 15:16:06 +01:00
Cargo.toml Release ruma-common 0.18.0 2026-04-26 14:30:38 +02:00
CHANGELOG.md identifiers: Generate Borrow<str> implementations with IdDst 2026-05-14 15:50:57 +02:00
README.md Lint markdown files with rumdl 2026-04-06 09:28:14 +02:00

ruma-common

crates.io page docs.rs page license: MIT

Common types for other Ruma crates.

The feature-gated modules are defined as follow:

api module

Behind the api feature, core types used to define the requests and responses for each endpoint in the various Matrix API specifications. These types can be shared by client and server code for all Matrix APIs.