xml_magic-1.0.0 is not a library.
xml_magic
A reasonably fast command-line XML formatter with proper indentation and comment preservation.
Installation
Using cargo-binstall (prebuilt binaries)
From crates.io
From source
# Clone the repository
# Build and install
Features
- Fast XML formatting with customizable indentation
- Preserves comments and structure
- Multiple output options (in-place, stdout, or new file)
- Support for tabs or space-based indentation
Usage
# Format in-place using tabs (default)
# Output to a different file
# Output to stdout instead of modifying files
# Customize indentation style