We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verbose-object-parsing-errors
gix
1 parent bc44497 commit 0ed0a89Copy full SHA for 0ed0a89
gix/Cargo.toml
@@ -176,6 +176,12 @@ fast-sha1 = [ "gix-features/fast-sha1" ]
176
#!
177
#! The catch-all of feature toggles.
178
179
+## When parsing objects by default errors will only be available on the granularity of success or failure, and with the above flag enabled
180
+## details information about the error location will be collected.
181
+## Use it in applications which expect broken or invalid objects or for debugging purposes.
182
+## Incorrectly formatted objects aren't very common otherwise.
183
+verbose-object-parsing-errors = ["gix-object/verbose-object-parsing-errors"]
184
+
185
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
186
serde = [ "dep:serde",
187
"gix-pack/serde",
0 commit comments