Add basic framework for PROPPATCH implementation

This commit is contained in:
Lennart
2024-06-20 19:40:01 +02:00
parent ae58a11500
commit f78f3e8194
8 changed files with 372 additions and 129 deletions

View File

@@ -2,6 +2,7 @@ pub mod depth_extractor;
pub mod error;
pub mod namespace;
pub mod propfind;
pub mod proppatch;
pub mod resource;
pub mod xml;
pub mod xml_snippets;