xmpp-rs/minidom-rs
Maxime “pep” Buquet c9e6e3d095 minidom: Handle Node::Comment in PartialEq
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-08 11:03:01 +00:00
..
examples Prepare for merge: Move all minidom-rs files into minidom-rs/ 2019-10-18 14:27:53 +02:00
src minidom: Handle Node::Comment in PartialEq 2019-12-08 11:03:01 +00:00
Cargo.toml Update repo and homepage in Cargo.toml files 2019-10-20 01:04:22 +02:00
CHANGELOG.md minidom: Implement PartialEq manually for Node and Element 2019-11-29 16:02:23 +01:00
LICENSE Prepare for merge: Move all minidom-rs files into minidom-rs/ 2019-10-18 14:27:53 +02:00
README.md Prepare for merge: Move all minidom-rs files into minidom-rs/ 2019-10-18 14:27:53 +02:00

minidom-rs

What's this?

A minimal DOM library on top of quick-xml.

What license is it under?

MIT. See LICENSE.

License yadda yadda.

Copyright 2017 minidom-rs contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.