Some checks failed
Dependencies / Bans, Licenses, Sources (push) Failing after 9s
CI / xtask (push) Failing after 17s
Dependencies / Advisories (push) Failing after 4s
CI / Style (push) Has been skipped
CI / Minimum Supported Rust Version / Check All Features (push) Has been skipped
CI / Minimum Supported Rust Version / Check Owned IDs with Arc (push) Has been skipped
CI / Minimum Supported Rust Version / Check Owned IDs with Box (push) Has been skipped
CI / Minimum Supported Rust Version / Check Ruma (push) Has been skipped
CI / Rust Stable / Check All Features (push) Has been skipped
CI / Rust Stable / Check Client (push) Has been skipped
CI / Rust Stable / Check Common (push) Has been skipped
CI / Rust Stable / Run Tests (push) Has been skipped
CI / Rust Stable / Run Compat Tests (push) Has been skipped
CI / Rust Stable / Run Doc Tests (push) Has been skipped
CI / Rust Nightly / Clippy All Features (push) Has been skipped
CI / Rust Nightly / Clippy Default Features (push) Has been skipped
CI / Rust Nightly / Clippy WASM (push) Has been skipped
CI / Rust Nightly / Check Formatting (push) Has been skipped
CI / Rust Nightly / All Features (push) Has been skipped
CI / Rust Nightly / Full Features (push) Has been skipped
CI / Docs (push) Has been skipped
|
||
---|---|---|
.. | ||
src | ||
tests/it | ||
build.rs | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
ruma-common
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.
events
module
Behind the events
feature, serializable types for the events in the Matrix
specification that can be shared by client and server code.