move core::pdu and core::state_res into core::matrix::
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
8
src/core/matrix/pdu/state_key.rs
Normal file
8
src/core/matrix/pdu/state_key.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use smallstr::SmallString;
|
||||
|
||||
use super::ShortId;
|
||||
|
||||
pub type StateKey = SmallString<[u8; INLINE_SIZE]>;
|
||||
pub type ShortStateKey = ShortId;
|
||||
|
||||
const INLINE_SIZE: usize = 48;
|
||||
Reference in New Issue
Block a user