Refactoring: Lots of fixes still necessary to get it into a working state

This commit is contained in:
Lennart
2024-05-25 22:00:09 +02:00
parent 35acfe1575
commit 7a0a91f823
14 changed files with 470 additions and 223 deletions

View File

@@ -1,5 +1,7 @@
pub mod dav_resource;
pub mod depth_extractor;
pub mod error;
pub mod namespace;
pub mod propfind;
pub mod resource;
pub mod xml_snippets;