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
[user]
name = "John Doe"
age = 30
email = "john@example.com"

[user.address]
street = "123 Main St"
city = "New York"
state = "NY"
zip = "10001"

[user.roles]
admin = true
user = true
guest = false

[metadata]
created = "2024-01-01T00:00:00Z"
updated = "2024-10-25T12:00:00Z"
tags = ["important", "verified"]