webdav-xml

Crates.iowebdav-xml
lib.rswebdav-xml
version0.1.0
sourcesrc
created_at2024-02-15 13:13:33.838038
updated_at2024-02-15 13:13:33.838038
descriptionXML elements and (de)serialization for WebDAV
homepage
repositoryhttps://github.com/d-k-bo/webdav-rs
max_upload_size
id1141097
size69,933
David C. (d-k-bo)

documentation

README

webdav-xml

Definitions and (de)serialization for WebDAV XML elements as defined in RFC 4918.

Since WebDAV uses XML namespaces and supports custom elements in the <DAV:prop /> element, we can't rely on e. g. serde to (de)serialize XML elements.

Instead, this crate uses the Element trait to define an element and FromXml/IntoXml for (de)serialization.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt