anyrepair 0.2.4

A comprehensive Rust crate for repairing malformed structured data including JSON, YAML, XML, TOML, CSV, INI, Markdown, and Diff with format auto-detection
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <user>
    <name>John Doe</name>
    <age>30</age>
    <email>john@example.com
    <address>
      <street>123 Main St
      <city>New York</city>
      <state>NY</state>
      <zip>10001</zip>
    </address>
    <roles>
      <role>admin</role>
      <role>user
    </roles>
    <active>true</active>
  </user>
</root>