anyxml-cli

Crates.ioanyxml-cli
lib.rsanyxml-cli
version0.2.0
created_at2025-11-20 11:52:54.387098+00
updated_at2025-12-19 16:25:06.790092+00
descriptiona simple utility for XML processing
homepage
repositoryhttps://github.com/tayu0110/anyxml.git
max_upload_size
id1941848
size23,430
(tayu0110)

documentation

README

anyxml-cli

anyxml-cli is a simple utility for XML processing.

This utility provides the almost of features provided by anyxml crate. (e.g. parsing XML 1.0 document, validate XML 1.0 document, XPath execution, and so on)

Please execute commands with --help for detailed usage.

Installation

The simplest method is to use cargo install.

$ cargo install anyxml-cli
Commit count: 0

cargo fmt