ruma: Reexport identifier types from the crate root
This commit is contained in:
parent
2e0a765820
commit
5ca2fd78a8
@ -18,6 +18,11 @@ pub use ruma_common::*;
|
|||||||
pub use ruma_identifiers as identifiers;
|
pub use ruma_identifiers as identifiers;
|
||||||
pub use ruma_identifiers_macros::*;
|
pub use ruma_identifiers_macros::*;
|
||||||
|
|
||||||
|
pub use ruma_identifiers::{
|
||||||
|
DeviceId, DeviceKeyAlgorithm, DeviceKeyId, EventId, RoomAliasId, RoomId, RoomIdOrAliasId,
|
||||||
|
RoomVersionId, ServerKeyAlgorithm, ServerKeyId, ServerName, UserId,
|
||||||
|
};
|
||||||
|
|
||||||
#[cfg(feature = "ruma-events")]
|
#[cfg(feature = "ruma-events")]
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use ruma_events as events;
|
pub use ruma_events as events;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user