mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-12 14:13:57 +02:00
Toward abstracting Pdu into trait Event.
Co-authored-by: Jade Ellis <jade@ellis.link> Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
b01965b1ee
commit
4217479455
41 changed files with 842 additions and 886 deletions
5
src/core/matrix/state_key.rs
Normal file
5
src/core/matrix/state_key.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use smallstr::SmallString;
|
||||
|
||||
pub type StateKey = SmallString<[u8; INLINE_SIZE]>;
|
||||
|
||||
const INLINE_SIZE: usize = 48;
|
Loading…
Add table
Add a link
Reference in a new issue