lib.rs
Oct 2, 2024edit-xml is a rust library to read, modify, and write XML documents. Documentation. It's aim is to be able to read any xml files, and modify only the parts you want to. Features: Supports reading from most encodings, including UTF-16. (With the notable exception of UTF-32) You can have references to the parts of the tree, and still mutate the tree.