ruwuma/crates/ruma-events
Jason Volk 54da128bbe
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
refactor owned identifiers using SmallVec
2024-12-28 01:06:09 +00:00
..
benches events: slightly rework benches 2024-12-03 13:43:09 +00:00
src various inlines 2024-12-19 14:02:45 +00:00
tests/it events: Use Signatures in more places 2024-11-08 13:13:37 -05:00
build.rs identifiers: Allow to set ruma_identifiers_storage cfg setting with env variable 2024-12-15 02:55:58 -05:00
Cargo.toml refactor owned identifiers using SmallVec 2024-12-28 01:06:09 +00:00
CHANGELOG.md identifiers: Allow to set ruma_identifiers_storage cfg setting with env variable 2024-12-15 02:55:58 -05:00
README.md Bring back ruma-events 2023-08-28 10:23:54 +02:00

ruma-events

crates.io page docs.rs page license: MIT

Serializable types for the events in the Matrix specification that can be shared by client and server code.