ruma-common 0.9.2

Common types for other ruma crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg(feature = "api")]

mod conversions;
mod header_override;
mod manual_endpoint_impl;
mod no_fields;
mod optional_headers;
mod path_arg_ordering;
mod ruma_api;
mod ruma_api_lifetime;
mod ruma_api_macros;
mod select_path;