flickzeug 0.5.1

A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
--- CMakeLists.txt.old	2024-06-06 14:05:11.000000000 -0500
+++ CMakeLists.txt	2024-06-22 11:27:13.931633400 -0500
@@ -933,2 +936,3 @@
   -Dno-langref
+  --maxrss 7000000000
 )
--- build.zig.old	2024-06-06 14:05:11.000000000 -0500
+++ build.zig	2024-06-22 11:27:13.931633400 -0500
@@ -713,3 +713,3 @@
         .name = "zig",
-        .max_rss = 7_800_000_000,
+        .max_rss = 7_000_000_000,
         .root_module = compiler_mod,