Migrate DAV props to serde. Big clusterfuck right now but it'll hopefully pay off

This commit is contained in:
Lennart
2024-03-14 19:24:23 +01:00
parent a145445277
commit b540362791
10 changed files with 246 additions and 190 deletions

View File

@@ -1,4 +1,5 @@
pub mod depth_extractor;
pub mod namespace;
pub mod resource;
pub mod tagname;
pub mod xml_snippets;