mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-31 04:08:30 +00:00
Add constructions and Default for PduBuilder
simplify various RoomMemberEventContent constructions Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f503ed918c
commit
e482c0646f
16 changed files with 279 additions and 564 deletions
|
@ -21,7 +21,10 @@ use serde_json::{
|
|||
value::{to_raw_value, RawValue as RawJsonValue, Value as JsonValue},
|
||||
};
|
||||
|
||||
pub use self::{builder::PduBuilder, count::PduCount};
|
||||
pub use self::{
|
||||
builder::{Builder, Builder as PduBuilder},
|
||||
count::PduCount,
|
||||
};
|
||||
use crate::{err, is_true, warn, Error, Result};
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue