CardDAV GET + PUT

This commit is contained in:
mdecimus
2025-03-29 19:46:05 +01:00
parent 372f2bec70
commit 76f085ab7c
36 changed files with 1203 additions and 501 deletions

View File

@@ -84,7 +84,7 @@ pub const SERIALIZE_OBJ_12_V1: u8 = 11;
pub const SERIALIZE_OBJ_13_V1: u8 = 12;
pub const SERIALIZE_OBJ_14_V1: u8 = 13;
pub const SERIALIZE_OBJ_15_V1: u8 = 14;
//pub const SERIALIZE_OBJ_16_V1: u8 = 15;
pub const SERIALIZE_OBJ_16_V1: u8 = 15;
pub trait SerializedVersion {
fn serialize_version() -> u8;