Expand description
This module contains the logic for editing XML files without using Serde this is done using the edit-xml crate.
Why not use Serde? Using this will keep structure and comments in the XML file. This is important for pom files as comments are used to describe the purpose of the element.
Modules§
Enums§
Traits§
- Child
OfList Element - Used Internally for updating list type structures such as dependencies and plugins.
- Comparable
Element - Element
Converter - Converting an [Element] back and forth to a specific type.
- HasElement
Name - An element with a specific name.
- PomValue
- Updatable
Element - Used Internally for updating a type of element.