1
0
Fork 0
ruma/crates/ruma-state-res/README.md
Kévin Commaille 18d89403c7 state-res: Clean up and improve docs
Most of the docs were outdated and didn't match the other ruma crates.
2025-06-19 13:53:35 +02:00

8 lines
432 B
Markdown

# ruma-state-res
[![crates.io page](https://img.shields.io/crates/v/ruma-state-res.svg)](https://crates.io/crates/ruma-state-res)
[![docs.rs page](https://docs.rs/ruma-state-res/badge.svg)](https://docs.rs/ruma-state-res/)
![license: MIT](https://img.shields.io/crates/l/ruma-state-res.svg)
State resolution and checks on incoming PDUs according to the [Matrix](https://matrix.org/)
specification that can be used by server code.