Crates.io | maddi-xml |
lib.rs | maddi-xml |
version | 0.1.3 |
created_at | 2025-03-15 12:43:21.182693+00 |
updated_at | 2025-06-12 10:09:50.30995+00 |
description | A library for parsing xml config files for cli tools |
homepage | |
repository | https://github.com/MadelineBaggins/maddi-xml |
max_upload_size | |
id | 1593527 |
size | 32,738 |
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.
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.
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.