ruwuma/ruma-common
Jonas Platte 4a9b1aeb3c
Remove borrowing from types in ruma_common::encryption
Until a better solution can be found for types that appear both in
request & response types and would otherwise require incoming types to
appear as fields of outgoing types.
2020-09-12 02:50:57 +02:00
..

ruma-common

Common types for other ruma crates.

This crate is meant to be a dependency for other ruma crates only, consumers of those crates should never have to use this directly (its types will be re-exported from the other crates).