anyrepair 0.2.1

A comprehensive Rust crate for repairing malformed structured data including JSON, YAML, XML, TOML, CSV, INI, Markdown, and Diff with format auto-detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
custom_rules = []
plugin_paths = ["./plugins"]
auto_load_plugins = false

[global]
max_attempts = 3
parallel_processing = true
min_confidence = 0.5
verbose = false

[formats]

[plugins]