We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81eff7d commit bbc3617Copy full SHA for bbc3617
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# Code Context Generator for LLMs
2
3
-
+
4

5
6
A CLI tool designed to process Rust source code, creating a high-level context
@@ -119,7 +119,7 @@ Generated output files can be found in the
119
generated by passing the path to the `src` directory with the
120
`--output-dir custom-suffix` flag.
121
122
-In both cases, the size reduction is 85.8% (from 37416 bytes to 5330 bytes).
+In both cases, the size reduction is 92.5% (from 70925 bytes to 5353 bytes).
123
124
### Before and After Example
125
0 commit comments