| Crates.io | webdav-xml |
| lib.rs | webdav-xml |
| version | 0.1.0 |
| created_at | 2024-02-15 13:13:33.838038+00 |
| updated_at | 2024-02-15 13:13:33.838038+00 |
| description | XML elements and (de)serialization for WebDAV |
| homepage | |
| repository | https://github.com/d-k-bo/webdav-rs |
| max_upload_size | |
| id | 1141097 |
| size | 69,933 |
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.
Licensed under either of
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.