1 unstable release
0.1.0 | Feb 15, 2024 |
---|
#22 in #webdav
Used in webdav-meta
59KB
1.5K
SLoC
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
- Apache License, Version 2.0 (LICENSE-APACHE or https://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
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.
Dependencies
~4.5MB
~78K SLoC