mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
xml: Comprehensive refactoring from byte strings to strings
This commit is contained in:
@@ -25,7 +25,7 @@ pub struct ContentUpdate {
|
||||
}
|
||||
|
||||
#[derive(XmlSerialize, XmlRootTag, Debug)]
|
||||
#[xml(root = b"push-message", ns = "rustical_dav::namespace::NS_DAVPUSH")]
|
||||
#[xml(root = "push-message", ns = "rustical_dav::namespace::NS_DAVPUSH")]
|
||||
#[xml(ns_prefix(
|
||||
rustical_dav::namespace::NS_DAVPUSH = "",
|
||||
rustical_dav::namespace::NS_DAV = "D",
|
||||
|
||||
Reference in New Issue
Block a user