{"id":13739171,"url":"https://github.com/tomhoule/zig-diff","last_synced_at":"2025-04-11T06:30:34.138Z","repository":{"id":93539002,"uuid":"450633734","full_name":"tomhoule/zig-diff","owner":"tomhoule","description":"Text diffing in zig","archived":false,"fork":false,"pushed_at":"2023-02-15T12:49:16.000Z","size":32,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T10:37:19.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomhoule.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-01-21T20:40:54.000Z","updated_at":"2024-08-21T01:50:29.000Z","dependencies_parsed_at":"2023-03-23T13:33:29.162Z","dependency_job_id":null,"html_url":"https://github.com/tomhoule/zig-diff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhoule%2Fzig-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhoule%2Fzig-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhoule%2Fzig-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhoule%2Fzig-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomhoule","download_url":"https://codeload.github.com/tomhoule/zig-diff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248355327,"owners_count":21089991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T04:00:27.214Z","updated_at":"2025-04-11T06:30:33.892Z","avatar_url":"https://github.com/tomhoule.png","language":"Zig","funding_links":[],"categories":["Development Tools"],"sub_categories":[],"readme":"# zig-diff\n\nZig text diffing library inspired and partially based on\n[diff-match-patch](https://github.com/google/diff-match-patch) and David\nTolnay's [dissimilar](https://github.com/dtolnay/dissimilar) Rust crate.\n\nThe basic approach is [Myers' diff\nalgorithm](https://neil.fraser.name/writing/diff/myers.pdf). Both bytewise\ndiffing and utf-8 aware diffing are supported.\n\n**This project should be considered alpha quality**, the test suite isn't\nparticularly exhaustive and there are a number of improvements to be made for\nmore readable diffs. The public API will change.\n\nThe diff-match-patch library and dissimilar implement [semantic\ncleanups](https://neil.fraser.name/writing/diff/) for more human-friendly,\nreadable diffs. This is something we will implement in this library, but we\ndon't have it yet.\n\nThis project is developed and tested on Zig 0.9.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhoule%2Fzig-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomhoule%2Fzig-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhoule%2Fzig-diff/lists"}