maddi-xml

Crates.iomaddi-xml
lib.rsmaddi-xml
version0.1.3
created_at2025-03-15 12:43:21.182693+00
updated_at2025-06-12 10:09:50.30995+00
descriptionA library for parsing xml config files for cli tools
homepage
repositoryhttps://github.com/MadelineBaggins/maddi-xml
max_upload_size
id1593527
size32,738
Madeline Baggins (MadelineBaggins)

documentation

README

Maddi's XML Configuration Library

This is the library I use for parsing configuration files when I write CLI tools. When I looked at similar libraries, they seemed more geared towards XML for packing/unpacking data rather than providing helpful messages to the user.

This library hopefully makes it easy to write code that parses XML configurations and provides good error messages that include the position of the error.

Usage

under construction

Check out the example in examples for now until I document things properly. I'm expecting a lot to change in the next version as this will change with the needs of my software that use it.

License

This code is licensed under the MIT license, but if you'd like it licensed to you under a different license for any reason, feel free to reach out.

Commit count: 12

cargo fmt