zenpatch 0.2.0

A robust library for applying text-based patches, designed for AI coding agents with backtracking algorithm
Documentation
[package]
name = "zenpatch"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "A robust library for applying text-based patches, designed for AI coding agents with backtracking algorithm"
homepage = "https://github.com/zenide/zenpatch"
repository = "https://github.com/zenide/zenpatch"
keywords = ["patch", "diff", "ai", "vfs", "backtracking"]
categories = ["development-tools", "text-processing"]
authors = ["Paweł Jankiewicz <p.jankiewicz@gmail.com>"]
readme = "README.md"

[lib]
name = "zenpatch"
path = "src/lib.rs"

[dependencies]
serde = { version = "1.0", features = ["derive"] }